aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/xml.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 21:10:31 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-06 21:10:31 +0000
commit413c1bdf1af371c4a4703381a78f68045d85b2fe (patch)
tree9c3f7f3b03f7aa5811df9e475eb20604d7146a73 /xml.c
parentd54afcd6206b4f4d7ffc18ab336cabe41c5bd6ab (diff)
downloadmandoc-413c1bdf1af371c4a4703381a78f68045d85b2fe.tar.gz
mandoc-413c1bdf1af371c4a4703381a78f68045d85b2fe.tar.zst
mandoc-413c1bdf1af371c4a4703381a78f68045d85b2fe.zip
.St macros in place.
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xml.c b/xml.c
index 607a87cb..81979a15 100644
--- a/xml.c
+++ b/xml.c
@@ -1,4 +1,4 @@
-/* $Id: xml.c,v 1.16 2008/12/05 19:45:15 kristaps Exp $ */
+/* $Id: xml.c,v 1.17 2008/12/06 21:10:31 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -58,6 +58,7 @@ xml_printtagargs(struct md_mbuf *mbuf, const int *argc,
return(0);
assert(argc && argv);
+ /* LINTED */
for (res = 0, i = 0; ROFF_ARGMAX != (c = argc[i]); i++) {
if ( ! ml_nputs(mbuf, " ", 1, &res))
return(-1);