summaryrefslogtreecommitdiffstats
path: root/strings.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 13:44:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-27 13:44:24 +0000
commit948477c0386fca9956999bb560a26efd8f203b92 (patch)
treee643b17e22cef85b18744388b3647c7bf1dedf1a /strings.c
parent0e2222b5e44166e938751bd305066bdb088ba177 (diff)
downloadmandoc-948477c0386fca9956999bb560a26efd8f203b92.tar.gz
Fixes in going over all OpenBSD manuals.
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strings.c b/strings.c
index 763b50b6..ac7446c8 100644
--- a/strings.c
+++ b/strings.c
@@ -89,6 +89,8 @@ mdoc_isescape(const char *p)
/* FALLTHROUGH */
case ('%'):
/* FALLTHROUGH */
+ case ('0'):
+ /* FALLTHROUGH */
case (' '):
/* FALLTHROUGH */
case ('|'):