summaryrefslogtreecommitdiff
path: root/lib-src/yow.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/yow.c')
-rw-r--r--lib-src/yow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/yow.c b/lib-src/yow.c
index 0f289a19358..05ec9d43415 100644
--- a/lib-src/yow.c
+++ b/lib-src/yow.c
@@ -30,6 +30,7 @@
&res;})
#endif
+int
main (argc, argv)
int argc;
char *argv[];
@@ -58,7 +59,7 @@ main (argc, argv)
setup_yow(fp);
yow(fp);
fclose(fp);
- exit(0);
+ return 0;
}
static long len = -1;