diff options
author | B. Watson <yalhcru@gmail.com> | 2019-03-13 07:08:56 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-03-13 07:08:56 -0400 |
commit | 4a6e99653c3d9208181e9ddb4941439f1c479295 (patch) | |
tree | 5a8ef97d35541b066c5f9b92511827656e100196 /src | |
parent | 858fa1bc6a8a830185e5ad081a173ac1106deb67 (diff) | |
download | fujichat-4a6e99653c3d9208181e9ddb4941439f1c479295.tar.gz |
fix pointless warning
Diffstat (limited to 'src')
-rw-r--r-- | src/about.c | 1 |
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; } |