summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: