summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro.c b/macro.c
index 1aa6703a..e3ed70a7 100644
--- a/macro.c
+++ b/macro.c
@@ -126,7 +126,7 @@ macro_close_explicit(MACRO_PROT_ARGS)
if (0 != buf[*pos])
return(mdoc_err(mdoc, tok, ppos, ERR_ARGS_EQ0));
- return(scope_rewind_exp(mdoc, ppos, tok, tt));
+ return(rewind_exp(mdoc, ppos, tok, tt));
}