X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/49976f25a761e67a05cc493cc7ab88863a587e30..01b844b7e61d6537be3f75acc1a747ed4fda206f:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index 15aa0a3a..4ca18e78 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -1,6 +1,4 @@ - -/* - * repl.c -- reply to a message +/* repl.c -- reply to a message * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -389,7 +387,7 @@ try_it_again: i = YESW; break; default: - advise (NULL, "say what?"); + inform("say what?"); break; } }