mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:23:35 +02:00
indentation fixes
This commit is contained in:
parent
3ee5f78c40
commit
c9c36bb19e
1 changed files with 2 additions and 3 deletions
|
@ -518,7 +518,6 @@ FunctionEnd
|
||||||
|
|
||||||
Function AbortFunction
|
Function AbortFunction
|
||||||
; Check if Express is set, if so, abort the post install options page
|
; Check if Express is set, if so, abort the post install options page
|
||||||
; Call HandleInstallTypes ; Sets Express if ExpressInstallRadioButton is checked
|
|
||||||
StrCmp $Express "1" 0 end
|
StrCmp $Express "1" 0 end
|
||||||
Abort
|
Abort
|
||||||
end:
|
end:
|
||||||
|
|
Loading…
Reference in a new issue