X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4b52048fba3bcc76d256eb3d3b26b3dad52e7517..7ec0c9a0229aa160d7419922d2f4ba7e87480cd6:/uip/anno.c diff --git a/uip/anno.c b/uip/anno.c index 53769304..191dd2df 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -1,6 +1,4 @@ - -/* - * anno.c -- annotate messages +/* anno.c -- annotate messages * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -169,7 +167,7 @@ main (int argc, char **argv) number = -1; else if (!(number = atoi(*argp))) - adios (NULL, "missing argument to %s", argp[-2]); + adios (NULL, "missing argument to %s", argp[-1]); argp++; }