From 2003f124e4b97f1d899ed0a436ec95567b6fb41b Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 12 Dec 2002 19:01:27 +0000 Subject: [PATCH] Oops... No debuging code needed there :) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1944 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 34ac8eeb..6d653ab3 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -157,7 +157,6 @@ parse_again: if (tkid == TOK_P_IFNDEF || tkid == TOK_P_IFDEF) { if (wait_for_endif) { - ERROR_MSG("waiting for !endif\n"); return PS_OK; } if (ignore) {