aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_timer.cpp
diff options
context:
space:
mode:
authorRuediger Hanke2002-12-25 11:38:21 +0000
committerRuediger Hanke2002-12-25 11:38:21 +0000
commit6e9e7ced8f577e5b1e2d9b75810e803a66aba009 (patch)
treef308cdb0a09883ef6894c99227abe3bb02a753c0 /backends/morphos/morphos_timer.cpp
parent4c83d9ed06192d0fe9d9c264187a74f532944f51 (diff)
downloadscummvm-rg350-6e9e7ced8f577e5b1e2d9b75810e803a66aba009.tar.gz
scummvm-rg350-6e9e7ced8f577e5b1e2d9b75810e803a66aba009.tar.bz2
scummvm-rg350-6e9e7ced8f577e5b1e2d9b75810e803a66aba009.zip
Compilation warnings fixed
svn-id: r6116
Diffstat (limited to 'backends/morphos/morphos_timer.cpp')
-rw-r--r--backends/morphos/morphos_timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/morphos/morphos_timer.cpp b/backends/morphos/morphos_timer.cpp
index da501563f0..f198c47e55 100644
--- a/backends/morphos/morphos_timer.cpp
+++ b/backends/morphos/morphos_timer.cpp
@@ -140,7 +140,7 @@ void Timer::TimerService(Timer *this_ptr, Engine *engine)
{
TimerServiceMessage *tmsg;
- while (tmsg = (TimerServiceMessage *) GetMsg(port))
+ while ((tmsg = (TimerServiceMessage *) GetMsg(port)))
{
if (tmsg->tsm_Message.mn_Length == sizeof (TimerServiceMessage))
{