]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
sbr/vector.c: Rewrite BVEC_BYTES(n) macro to remove branch.
[nmh] / uip / whom.c
index 411c4770e13dde7f6a49ca99be42adb16c98f2e4..edad5d778b7b0fed4eda1d5901464ce1b1911319 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * whom.c -- report to whom a message would be sent
+/* whom.c -- report to whom a message would be sent
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -182,7 +180,8 @@ main (int argc, char **argv)
 
     switch (distsw ? child_id : OK) {
        case NOTOK:
-           advise (NULL, "unable to fork, so checking directly...");
+           inform("unable to fork, so checking directly...");
+           /* FALLTHRU */
        case OK:
            execvp (postproc, vec);
            fprintf (stderr, "unable to exec ");