-
-/*
- * 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
number = -1;
else if (!(number = atoi(*argp)))
- adios (NULL, "missing argument to %s", argp[-2]);
+ adios (NULL, "missing argument to %s", argp[-1]);
argp++;
}