From 091cce678e31abb7ab393d98a3e0f64f4865a9c7 Mon Sep 17 00:00:00 2001 From: Keith Kanios Date: Sun, 1 Aug 2010 19:58:24 -0500 Subject: [PATCH] preproc.c: corrected error message for %endcomment --- preproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preproc.c b/preproc.c index 228f0247..483e3ac0 100644 --- a/preproc.c +++ b/preproc.c @@ -3808,7 +3808,7 @@ issue_error: } } if ((defining == NULL) || (defining->type != EXP_COMMENT)) { - error(ERR_NONFATAL, "`%%endignore': no matching `%%ignore'"); + error(ERR_NONFATAL, "`%%endcomment': no matching `%%comment'"); return DIRECTIVE_FOUND; } ed = defining; -- 2.11.4.GIT