summaryrefslogtreecommitdiffstats
path: root/macro.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-12 06:38:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-12 06:38:22 +0000
commitcef86e599370c167a95de14673094692334f586e (patch)
treee617860dc26c4030767d17605482aba319ed4183 /macro.c
parentdaa5a9c2c438c80c8a378a3457f346110d5fb2e5 (diff)
downloadmandoc-cef86e599370c167a95de14673094692334f586e.tar.gz
Delimiters added to columns.
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/macro.c b/macro.c
index bc7ea24d..e8f0ee43 100644
--- a/macro.c
+++ b/macro.c
@@ -1482,8 +1482,7 @@ macro_phrase(struct mdoc *mdoc, int line, int ppos, char *buf)
if (MDOC_MAX != (c = mdoc_tokhash_find(mdoc->htab, &buf[la]))) {
if ( ! mdoc_macro(mdoc, c, line, la, &i, buf))
return(0);
-
- return(1);
+ return(append_delims(mdoc, line, &i, buf));
}
if ( ! mdoc_word_alloc(mdoc, line, la, &buf[la]))