X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4b52048fba3bcc76d256eb3d3b26b3dad52e7517..e6c91771:/uip/anno.c?ds=inline diff --git a/uip/anno.c b/uip/anno.c index 53769304..145cc97c 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 @@ -45,6 +43,7 @@ #include #include +#include "../sbr/m_maildir.h" #define ANNO_SWITCHES \ X("component field", 0, COMPSW) \ @@ -169,7 +168,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++; }