summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 22:14:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 22:14:02 +0000
commit81b57ab7ff9feb505ae3ae1ed097ad8b36b24fe7 (patch)
treef505cc28d75a8543952f44f5e7ade70be419729e /html.c
parent9d7aa895cbfd8afba87de99ca42b9188c0d3f606 (diff)
downloadmandoc-81b57ab7ff9feb505ae3ae1ed097ad8b36b24fe7.tar.gz
Remove enum mcharst, which hasn't been used in quite some time.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 6216f3ec..9c39f9cc 100644
--- a/html.c
+++ b/html.c
@@ -122,7 +122,7 @@ ml_alloc(char *outopts, enum htmltype type)
h->type = type;
h->tags.head = NULL;
- h->symtab = mchars_init(MCHARS_HTML);
+ h->symtab = mchars_init();
while (outopts && *outopts)
switch (getsubopt(&outopts, UNCONST(toks), &v)) {