Removed extra exclamation marks in warning() calls as well.

svn-id: r21608
This commit is contained in:
Eugene Sandulenko 2006-04-04 22:21:10 +00:00
parent d292c0ec55
commit 8fa9bd6728
15 changed files with 24 additions and 24 deletions

View file

@ -111,7 +111,7 @@ bool Timer::installTimerProc(TimerProc procedure, int32 interval, void *refCon)
}
}
warning("Couldn't find free timer slot!");
warning("Couldn't find free timer slot");
return false;
}