Removed extra exclamation marks in warning() calls as well.
svn-id: r21608
This commit is contained in:
parent
d292c0ec55
commit
8fa9bd6728
15 changed files with 24 additions and 24 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue