From 8e258dac1c7a6974424607d93f4dae5071d8e321 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 29 Dec 2011 13:51:42 -0500 Subject: [PATCH] Fixed so the header is consistent with the source --- 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 bb1abaecd..4b203a47a 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++ */