summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-04-23 15:35:59 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-04-23 15:35:59 +0000
commit48b896d8e54fb00900d8be7283d92985cdcdb0f5 (patch)
tree1145ffb9565df6b487447ba596a25709137a72dc /mdoc_macro.c
parent748d0319758b319897e6839169f9b45e27d030da (diff)
downloadmandoc-48b896d8e54fb00900d8be7283d92985cdcdb0f5.tar.gz
Get rid of two empty wrapper functions. No functional change.
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c2
1 files changed, 1 insertions, 1 deletions
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;