]> git.cameronkatri.com Git - mandoc.git/commitdiff
*** empty log message ***
authorKristaps Dzonsons <kristaps@bsd.lv>
Mon, 5 Jan 2009 12:23:17 +0000 (12:23 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Mon, 5 Jan 2009 12:23:17 +0000 (12:23 +0000)
macro.c

diff --git a/macro.c b/macro.c
index 4eb41010d5465332a44896a43423b259b6c64e56..a53cf4ab5567e661ddafe84ecb8296f73835a4be 100644 (file)
--- a/macro.c
+++ b/macro.c
@@ -1,4 +1,4 @@
-/* $Id: macro.c,v 1.19 2009/01/03 22:10:22 kristaps Exp $ */
+/* $Id: macro.c,v 1.20 2009/01/05 12:23:17 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -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));
 }