=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.192 retrieving revision 1.193 diff -u -p -r1.192 -r1.193 --- mandoc/html.c 2016/01/04 12:45:29 1.192 +++ mandoc/html.c 2017/01/08 16:38:26 1.193 @@ -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 * Copyright (c) 2011-2015 Ingo Schwarze @@ -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: