From 8978dc20be98c1d06b71ccbb2bb988879f8a2d1c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 30 Apr 2011 22:14:42 +0000 Subject: Rename mchars_init() -> mchars_alloc() for consistency. --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 9c39f9cc..856835e1 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(); + h->symtab = mchars_alloc(); while (outopts && *outopts) switch (getsubopt(&outopts, UNCONST(toks), &v)) { -- cgit