From 2fa0394855a6328063fb25a95bb9b73658dab62e Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 19 Aug 2015 22:29:37 +0200 Subject: [PATCH] Corrected documentation of SDL_AddTimer() in header file. --- include/SDL_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_timer.h b/include/SDL_timer.h index 83cd1b3a8141f..1f2a020637232 100644 --- a/include/SDL_timer.h +++ b/include/SDL_timer.h @@ -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,