summaryrefslogtreecommitdiffstats
path: root/mdocml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-29 19:25:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-29 19:25:29 +0000
commit38b49bee113edcc4afc7b96453d5f3eb3ef7b965 (patch)
treedc7d400651ec5877058b59ae50ba1718f876eabe /mdocml.c
parentf6c6b91bd1d5c314c866ec4cb71f4ff2573fc2f2 (diff)
downloadmandoc-38b49bee113edcc4afc7b96453d5f3eb3ef7b965.tar.gz
*** empty log message ***
Diffstat (limited to 'mdocml.c')
-rw-r--r--mdocml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdocml.c b/mdocml.c
index aff3bb3c..df8094ca 100644
--- a/mdocml.c
+++ b/mdocml.c
@@ -370,6 +370,9 @@ msg_err(void *arg, int tok, int col, enum mdoc_err type)
case (ERR_ARGS_EQ0):
fmt = "macro `%s' expects zero arguments";
break;
+ case (ERR_ARGS_EQ1):
+ fmt = "macro `%s' expects one argument";
+ break;
case (ERR_ARGS_GE1):
fmt = "macro `%s' expects one or more arguments";
break;