Mercurial > emacs
diff lib-src/emacsclient.c @ 9491:dd3b83e4ceb0
Eliminate some -Wall warnings.
| author | David J. MacKenzie <djm@gnu.org> |
|---|---|
| date | Wed, 12 Oct 1994 20:21:51 +0000 |
| parents | e1518247fd63 |
| children | baab57e76991 |
line wrap: on
line diff
--- a/lib-src/emacsclient.c Wed Oct 12 19:20:24 1994 +0000 +++ b/lib-src/emacsclient.c Wed Oct 12 20:21:51 1994 +0000 @@ -55,6 +55,7 @@ extern char *strerror (); extern int errno; +int main (argc, argv) int argc; char **argv; @@ -167,7 +168,7 @@ while (str = fgets (string, BUFSIZ, out)) printf ("%s", str); - exit (0); + return 0; } #else /* This is the SYSV IPC section */
