summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Tools/IDE/Splash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py
index 6318810..d8ccb2b 100644
--- a/Mac/Tools/IDE/Splash.py
+++ b/Mac/Tools/IDE/Splash.py
@@ -134,7 +134,7 @@ def wait():
time = Evt.TickCount()
whattext = 0
while _keepsplashscreenopen:
-) ok, event = Evt.EventAvail(highLevelEventMask)
+ ok, event = Evt.EventAvail(highLevelEventMask)
if ok:
# got apple event, back to mainloop
break