X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6840e8ab4e69caead96fced2ae896f778651d113..9322ba2854211794c27fae9468768b80b767c211:/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 ");