diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -650,3 +650,4 @@ bufcat_su(struct html *h, const char *p, const struct roffsu *su) /* LINTED */ buffmt(h, "%s: %d%s;", p, (int)v, u); } + |