summaryrefslogtreecommitdiffstats
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
commit390903639a9ead1a07e3f5ccee3a456031ac78d7 (patch)
tree80817df37a08faef7209bca42b0cf706aaf55750 /xml.c
parentba3705541383817037755d7981deb54f3cb5ac43 (diff)
downloadmandoc-390903639a9ead1a07e3f5ccee3a456031ac78d7.tar.gz
.St macros in place.
Diffstat (limited to 'xml.c')
-rw-r--r--xml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml.c b/xml.c
index dd87d239..6e9c3c63 100644
--- a/xml.c
+++ b/xml.c
@@ -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);