]> diplodocus.org Git - nmh/blobdiff - uip/whom.c
Editing of man/post.man.
[nmh] / uip / whom.c
index 411c4770e13dde7f6a49ca99be42adb16c98f2e4..4a3f81dca97f23da7cbc8ec0fc44b84fb79793f1 100644 (file)
@@ -182,7 +182,8 @@ main (int argc, char **argv)
 
     switch (distsw ? child_id : OK) {
        case NOTOK:
-           advise (NULL, "unable to fork, so checking directly...");
+           advise (NULL, "unable to fork, so checking directly...");
+           /* FALLTHRU */
        case OK:
            execvp (postproc, vec);
            fprintf (stderr, "unable to exec ");