aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/yow.c
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-10-12 20:21:51 +0000
committerDavid J. MacKenzie1994-10-12 20:21:51 +0000
commit340ff9deaea2a7258d3ee1eca65487b4cd8dd305 (patch)
tree48728b1b42696e296b41072130301fc3ea627440 /lib-src/yow.c
parente2f9d9afabe51c8be7e6f4327197670b941789f2 (diff)
downloademacs-340ff9deaea2a7258d3ee1eca65487b4cd8dd305.tar.gz
emacs-340ff9deaea2a7258d3ee1eca65487b4cd8dd305.zip
Eliminate some -Wall warnings.
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 @@
30 &res;}) 30 &res;})
31#endif 31#endif
32 32
33int
33main (argc, argv) 34main (argc, argv)
34 int argc; 35 int argc;
35 char *argv[]; 36 char *argv[];
@@ -58,7 +59,7 @@ main (argc, argv)
58 setup_yow(fp); 59 setup_yow(fp);
59 yow(fp); 60 yow(fp);
60 fclose(fp); 61 fclose(fp);
61 exit(0); 62 return 0;
62} 63}
63 64
64static long len = -1; 65static long len = -1;