diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | macro.c | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,4 @@ -VERSION = 1.1.0 +VERSION = 1.2.0 CFLAGS += -W -Wall -Wno-unused-parameter -g @@ -1213,8 +1213,7 @@ macro_end(struct mdoc *mdoc) continue; if ( ! (MDOC_EXPLICIT & mdoc_macros[n->tok].flags)) continue; - mdoc_nerr(mdoc, n, "macro scope still open on exit"); - return(0); + return(mdoc_nerr(mdoc, n, "macro scope still open on exit")); } return(rewind_last(mdoc, mdoc->first)); |