fix: typo - space before comment

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2023-05-31 13:54:13 -07:00
parent 03b66ba7a5
commit 4593538fc8

View File

@ -293,7 +293,7 @@ Function RunUninstall
stringloop: ; get string length stringloop: ; get string length
StrCpy $2 $1 1 $3 ; get next char StrCpy $2 $1 1 $3 ; get next char
IntOp $3 $3 + 1 ; index += 1 IntOp $3 $3 + 1 ; index += 1
StrCmp $2 "" +2 stringloop; if empty exit loop StrCmp $2 "" +2 stringloop ; if empty exit loop
IntOp $3 $3 - 1 ; index -= 1 IntOp $3 $3 - 1 ; index -= 1
Goto run Goto run
quoteloop: ; get string length with quotes removed quoteloop: ; get string length with quotes removed