summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-08 16:38:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-08 16:38:26 +0000
commit3bf55aeff70f65d3415839875bf2c1a0ff205a31 (patch)
treeb0eba48d068a40740399d33c03bd6b3e2d9ae0c7
parent76dc3b0723ab0b45094e0813d300e5258d6372db (diff)
downloadmandoc-3bf55aeff70f65d3415839875bf2c1a0ff205a31.tar.gz
from Tiago Silva <tiagofilipesilva at icloud dot com> long ago
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 5d7dbb3e..7a92a0dc 100644
--- a/html.c
+++ b/html.c
@@ -662,7 +662,7 @@ buffmt_includes(struct html *h, const char *name)
while (NULL != (p = strchr(pp, '%'))) {
bufncat(h, pp, (size_t)(p - pp));
switch (*(p + 1)) {
- case'I':
+ case 'I':
bufcat(h, name);
break;
default: