X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/49976f25a761e67a05cc493cc7ab88863a587e30..c687e5bdd1da1a27b72cc9a4e94a1a2641fcf0d5:/uip/whom.c diff --git a/uip/whom.c b/uip/whom.c index 4a3f81dc..edad5d77 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -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,7 @@ 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);