From c2b6cbe0b79833554b4a5131a039a0312e8ddb8b Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 16 Sep 2006 13:41:17 +0000 Subject: [PATCH] cosmetics git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4752 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Source/script.cpp b/Source/script.cpp index 6871c052..2a77c16d 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -2572,13 +2572,13 @@ int CEXEBuild::doCommand(int which_token, LineParser &line) } return PS_OK; #else - case TOK_INSTCOLORS: - case TOK_XPSTYLE: - case TOK_CHANGEUI: - case TOK_ADDBRANDINGIMAGE: - case TOK_SETFONT: - ERROR_MSG("Error: %s specified, NSIS_CONFIG_VISIBLE_SUPPORT not defined.\n",line.gettoken_str(0)); - return PS_ERROR; + case TOK_INSTCOLORS: + case TOK_XPSTYLE: + case TOK_CHANGEUI: + case TOK_ADDBRANDINGIMAGE: + case TOK_SETFONT: + ERROR_MSG("Error: %s specified, NSIS_CONFIG_VISIBLE_SUPPORT not defined.\n",line.gettoken_str(0)); + return PS_ERROR; #endif// NSIS_CONFIG_VISIBLE_SUPPORT // Ability to change compression methods from within the script case TOK_SETCOMPRESSOR: