summaryrefslogtreecommitdiff
path: root/windows/autohotkey/Source/Methods-Other.ahk
diff options
context:
space:
mode:
Diffstat (limited to 'windows/autohotkey/Source/Methods-Other.ahk')
-rw-r--r--windows/autohotkey/Source/Methods-Other.ahk2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/autohotkey/Source/Methods-Other.ahk b/windows/autohotkey/Source/Methods-Other.ahk
index 1acfccf..b603a8b 100644
--- a/windows/autohotkey/Source/Methods-Other.ahk
+++ b/windows/autohotkey/Source/Methods-Other.ahk
@@ -101,7 +101,7 @@ CheckCompUni12(d,val1,val2){
if (Ebene = 1) and (val1 != "") {
SendUnicodeChar(val1)
return 1
- }else if (Ebene = 2) and (val2 != "") {
+ } else if (Ebene = 2) and (val2 != "") {
SendUnicodeChar(val2)
return 1
}