summaryrefslogtreecommitdiff
path: root/include/SDL_timer.h
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-08-19 22:29:37 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-08-19 22:29:37 +0200
commitcad11c7d649b8794a194f15e21cabca6cb4e2429 (patch)
tree7c069baa960567e75a9499ff0fe8401c3fa8bdf0 /include/SDL_timer.h
parent803a12820e88b8f10e2ff6ead30dea95547948c9 (diff)
Corrected documentation of SDL_AddTimer() in header file.
Diffstat (limited to 'include/SDL_timer.h')
-rw-r--r--include/SDL_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_timer.h b/include/SDL_timer.h
index 83cd1b3a81..1f2a020637 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,