aboutsummaryrefslogtreecommitdiff
path: root/main/Mac/Clean2AppleEventHandler.icl
diff options
context:
space:
mode:
Diffstat (limited to 'main/Mac/Clean2AppleEventHandler.icl')
-rw-r--r--main/Mac/Clean2AppleEventHandler.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Mac/Clean2AppleEventHandler.icl b/main/Mac/Clean2AppleEventHandler.icl
index bf1f5c3..4fdc1ba 100644
--- a/main/Mac/Clean2AppleEventHandler.icl
+++ b/main/Mac/Clean2AppleEventHandler.icl
@@ -7,7 +7,7 @@ import StdDebug,StdString;
import code from "cae.obj"; // "cae.carbon.o";
-HandleAppleEvent :: !Event (!{#Char} *Files -> (!Int,!*Files)) !*Files -> (!Bool,!Bool,!*Files);
+HandleAppleEvent :: !Event ({#Char} *Files -> (!Int,!*Files)) !*Files -> (!Bool,!Bool,!*Files);
HandleAppleEvent (b,what,message,when,p1,p2,modifiers) script_handler files
| what==HighLevelEvent
# r1=handle_apple_event2 what message when p1 p2 modifiers;