summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 22:14:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-04-30 22:14:42 +0000
commit8978dc20be98c1d06b71ccbb2bb988879f8a2d1c (patch)
treedd0791ef4fe7c16a4091258237bfa1a19e0b1d25 /chars.c
parent81b57ab7ff9feb505ae3ae1ed097ad8b36b24fe7 (diff)
downloadmandoc-8978dc20be98c1d06b71ccbb2bb988879f8a2d1c.tar.gz
Rename mchars_init() -> mchars_alloc() for consistency.
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.c b/chars.c
index e14e461b..c11c684e 100644
--- a/chars.c
+++ b/chars.c
@@ -71,7 +71,7 @@ mchars_free(struct mchars *arg)
}
struct mchars *
-mchars_init(void)
+mchars_alloc(void)
{
struct mchars *tab;
struct ln **htab;