summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index c0f243cf9..54f0d4055 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2081,7 +2081,7 @@ void ami_get_msg(void)
if(signal & schedulesig)
{
- while(timermsg = (struct TimerRequest *)GetMsg(msgport))
+ if(timermsg = (struct TimerRequest *)GetMsg(msgport))
{
ReplyMsg((struct Message *)timermsg);
schedule_run(FALSE);