aboutsummaryrefslogtreecommitdiff
path: root/backends/timer
diff options
context:
space:
mode:
authorEugene Sandulenko2011-08-05 21:09:07 +0100
committerEugene Sandulenko2011-08-06 11:30:47 +0100
commit2fa17c44edf07f4f82147a6070950e7d8f7ee2f4 (patch)
treefc100f56a50b926abb2526ca21ac06f98a41b376 /backends/timer
parent4c7958450f628937270f259cc480c1191ea2fb2f (diff)
downloadscummvm-rg350-2fa17c44edf07f4f82147a6070950e7d8f7ee2f4.tar.gz
scummvm-rg350-2fa17c44edf07f4f82147a6070950e7d8f7ee2f4.tar.bz2
scummvm-rg350-2fa17c44edf07f4f82147a6070950e7d8f7ee2f4.zip
JANITORIAL: Remove SVN keywords
Diffstat (limited to 'backends/timer')
-rw-r--r--backends/timer/default/default-timer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/timer/default/default-timer.cpp b/backends/timer/default/default-timer.cpp
index 449dda2ece..efb3ec9ad9 100644
--- a/backends/timer/default/default-timer.cpp
+++ b/backends/timer/default/default-timer.cpp
@@ -116,6 +116,7 @@ bool DefaultTimerManager::installTimerProc(TimerProc callback, int32 interval, v
if (_callbacks.contains(id)) {
if (_callbacks[id] != callback) {
error("Different callbacks are referred by same name (%s)", id.c_str());
+ }
}
TimerSlotMap::const_iterator i;