aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-13 07:08:56 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-13 07:08:56 -0400
commit4a6e99653c3d9208181e9ddb4941439f1c479295 (patch)
tree5a8ef97d35541b066c5f9b92511827656e100196 /src
parent858fa1bc6a8a830185e5ad081a173ac1106deb67 (diff)
downloadfujichat-4a6e99653c3d9208181e9ddb4941439f1c479295.tar.gz
fix pointless warning
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;
}