summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 64785d26b..c3d1d8647 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -1900,7 +1900,7 @@ void ami_get_msg(void)
if(signal & schedulesig)
{
- while(timermsg = GetMsg(msgport))
+ if(timermsg = GetMsg(msgport))
{
ReplyMsg(timermsg);
schedule_run(FALSE);