]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
The conditional definition of the "np" variable didn't make any sense. It was
[nmh] / uip / whom.c
index aeb8d3b660ea3b167e6c2e72c202e73422a1e1ac..5a8253446b9a6eb56fde2ab2eed20af1aae397f3 100644 (file)
@@ -185,5 +185,5 @@ main (int argc, char **argv)
            done (status);
     }
 
-    exit (-1); /* NOT REACHED */
+    return 0;  /* dead code to satisfy the compiler */
 }