Corrected documentation of SDL_AddTimer() in header file.

This commit is contained in:
Philipp Wiesemann 2015-08-19 22:29:37 +02:00
parent 98986f39e9
commit 2fa0394855
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ typedef int SDL_TimerID;
/**
* \brief Add a new timer to the pool of timers already running.
*
* \return A timer ID, or NULL when an error occurs.
* \return A timer ID, or 0 when an error occurs.
*/
extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval,
SDL_TimerCallback callback,