X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/14e7f92ac37c70e4267e8602a036aa4e08a09447..b1eb90d04f944d410bdb757006c9e9815034e85c:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index fe027ee2..6027eabd 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -636,7 +636,7 @@ usr_delivery (int fd, char *delivery, int su) } fclose (fp); - return (won ? 0 : -1); + return won ? 0 : -1; } @@ -1121,7 +1121,7 @@ usr_pipe (int fd_arg, char *cmd, char *pgm, char **vec, int suppress) else pidstatus (status, stdout, ", failed"); } - return (status == 0 ? 0 : -1); + return status == 0 ? 0 : -1; } /* * Ruthlessly kill the child and anything