aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/PalmOS/Src/missing/_stdlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/PalmOS/Src/missing/_stdlib.cpp b/backends/PalmOS/Src/missing/_stdlib.cpp
index b439d5614b..a828d478c6 100644
--- a/backends/PalmOS/Src/missing/_stdlib.cpp
+++ b/backends/PalmOS/Src/missing/_stdlib.cpp
@@ -74,5 +74,5 @@ void exit(Int16 status)
event.eType = keyDownEvent;
event.data.keyDown.chr = vchrLaunch;
event.data.keyDown.modifiers = commandKeyMask;
- EvtAddEventToQueue (&event);
-} \ No newline at end of file
+ EvtAddUniqueEventToQueue (&event, 0, true);
+}