Skip to content

Commit

Permalink
Corrected documentation of SDL_AddTimer() in header file.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 19, 2015
1 parent 98986f3 commit 2fa0394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_timer.h
Expand Up @@ -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,
Expand Down

0 comments on commit 2fa0394

Please sign in to comment.