From 6c225c1ddd02044bc2be112bba9dc8577cb14667 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 29 Dec 2011 13:51:42 -0500 Subject: Fixed so the header is consistent with the source --- include/SDL_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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++ */ -- cgit v1.2.3