]> diplodocus.org Git - nmh/blobdiff - uip/slocal.c
mime_type.c: Fix regexp in comment that describes following code.
[nmh] / uip / slocal.c
index fe027ee2f8b3f00c3a44e722a154a42222a0d3a0..6027eabd7792894b1aacdbea86c9a666b803bbd2 100644 (file)
@@ -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