summaryrefslogtreecommitdiffstats
path: root/strings.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:47:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:47:02 +0000
commitb032e56868d3030613d6760a5eff908e2776ee36 (patch)
tree1862913ae26ce62b3c66d99094f645134e52189f /strings.c
parentef888a08d47230dfb47dcd8c4d2c2b7a0387181e (diff)
downloadmandoc-b032e56868d3030613d6760a5eff908e2776ee36.tar.gz
Freed more macros from zero-length restrictions.
Fixed `Fn' spacing.
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 c0b99aa8..f0b3a911 100644
--- a/strings.c
+++ b/strings.c
@@ -87,6 +87,8 @@ mdoc_isescape(const char *p)
/* FALLTHROUGH */
case ('-'):
/* FALLTHROUGH */
+ case ('%'):
+ /* FALLTHROUGH */
case (' '):
/* FALLTHROUGH */
case ('|'):