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
This commit is contained in:
kichik 2004-01-26 03:29:41 +00:00
parent 0d3735bedc
commit d9d0eab327

View file

@ -20,5 +20,4 @@ Section "Output to variable"
DetailPrint ""
DetailPrint " Return value: $0"
DetailPrint ""
Return
SectionEnd