aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/about.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/about.c b/src/about.c
index 01d6fcb..3a216c1 100644
--- a/src/about.c
+++ b/src/about.c
@@ -50,4 +50,5 @@ void more(char *file) {
int main(int, char **) {
more("D:ABOUT.TXT");
atari_exec(MENU_FILENAME);
+ return 0;
}