X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/14e7f92ac37c70e4267e8602a036aa4e08a09447..01fd4094faf9fa892faad3621433e5faa98157f9:/uip/slocal.c?ds=inline 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