minor adjustments. return instead of goto

This commit is contained in:
iceman1001 2017-09-28 22:30:33 +02:00
commit 1285f5a32c
4 changed files with 8 additions and 8 deletions

View file

@ -12,6 +12,7 @@
#define __STANDALONE_H
#include <stdbool.h> // for bool
#include <inttypes.h> // PRIu64
extern void RunMod();