From d9d0eab327fe8702802cd7307a93cdb0e90f64e4 Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 26 Jan 2004 03:29:41 +0000 Subject: [PATCH] no need for this return instruction git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3417 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/nsExec/test.nsi | 1 - 1 file changed, 1 deletion(-) diff --git a/Contrib/nsExec/test.nsi b/Contrib/nsExec/test.nsi index d39b4832..5c8989d8 100644 --- a/Contrib/nsExec/test.nsi +++ b/Contrib/nsExec/test.nsi @@ -20,5 +20,4 @@ Section "Output to variable" DetailPrint "" DetailPrint " Return value: $0" DetailPrint "" - Return SectionEnd \ No newline at end of file