diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-12-29 13:51:42 -0500 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-12-29 13:51:42 -0500 |
commit | 6c225c1ddd02044bc2be112bba9dc8577cb14667 (patch) | |
tree | 6eea3db8dc08bbcb43ec309f11a32acde4686112 /include | |
parent | 4c95ed9e236281ccad647625a69581d47c5f1bac (diff) |
Fixed so the header is consistent with the source
Diffstat (limited to 'include')
-rw-r--r-- | include/SDL_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SDL_timer.h b/include/SDL_timer.h index bb1abaec..4b203a47 100644 --- a/include/SDL_timer.h +++ b/include/SDL_timer.h @@ -92,7 +92,7 @@ extern DECLSPEC SDL_TimerID SDLCALL SDL_AddTimer(Uint32 interval, * * \warning It is not safe to remove a timer multiple times. */ -extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t); +extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID id); /* Ends C function definitions when using C++ */ |