From 48b896d8e54fb00900d8be7283d92985cdcdb0f5 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 23 Apr 2015 15:35:59 +0000 Subject: Get rid of two empty wrapper functions. No functional change. --- mdoc_macro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdoc_macro.c') diff --git a/mdoc_macro.c b/mdoc_macro.c index 05234250..115fefe8 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -210,7 +210,7 @@ const struct mdoc_macro * const mdoc_macros = __mdoc_macros; * are errors. */ void -mdoc_macroend(struct roff_man *mdoc) +mdoc_endparse(struct roff_man *mdoc) { struct roff_node *n; -- cgit