X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6840e8ab4e69caead96fced2ae896f778651d113..cf57870921b26703aad420c6741c524b33736ff1:/uip/rcvdist.c diff --git a/uip/rcvdist.c b/uip/rcvdist.c index a8231e91..7a96658e 100644 --- a/uip/rcvdist.c +++ b/uip/rcvdist.c @@ -129,7 +129,8 @@ main (int argc, char **argv) sleep (5); switch (child_id) { case NOTOK: - admonish (NULL, "unable to fork");/* fall */ + admonish (NULL, "unable to fork"); + /* FALLTHRU */ case OK: execvp (program, vec); fprintf (stderr, "unable to exec ");