summaryrefslogtreecommitdiffstats
path: root/windows/autohotkey/Source/Methods-Other.ahk
diff options
context:
space:
mode:
authormartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-27 17:13:08 +0000
committermartin_r <martin_r@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-08-27 17:13:08 +0000
commit20f0f35ab41df06e40b6e159c4e58865a2b0b97f (patch)
treeee96a20dc55761a14aa14f910a63104a5d7653a7 /windows/autohotkey/Source/Methods-Other.ahk
parentaff07a4e818b3444151770f7c9ef6b190c7dffd0 (diff)
Überflüssigen Code entfernt, Code gestrafft
git-svn-id: https://svn.neo-layout.org@812 b9310e46-f624-0410-8ea1-cfbb3a30dc96
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
}