aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html.c
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
commitc09bc6817f6a2f70602d1ce88b22a23941750b8c (patch)
treee034cf67df778499d05460150fb14585dd5ae521 /html.c
parent7aca13c99b60546ac4f2a30f8d28c2532cc9799f (diff)
downloadmandoc-c09bc6817f6a2f70602d1ce88b22a23941750b8c.tar.gz
mandoc-c09bc6817f6a2f70602d1ce88b22a23941750b8c.tar.zst
mandoc-c09bc6817f6a2f70602d1ce88b22a23941750b8c.zip
from Tiago Silva <tiagofilipesilva at icloud dot com> long ago
Diffstat (limited to 'html.c')
-rw-r--r--html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/html.c b/html.c
index adff053c..d49e2f3b 100644
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/* $Id: html.c,v 1.192 2016/01/04 12:45:29 schwarze Exp $ */
+/* $Id: html.c,v 1.193 2017/01/08 16:38:26 schwarze Exp $ */
/*
* Copyright (c) 2008-2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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: