From 69a54508672e32ae1ec9a33e22c368742b1dbb2e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 18 Feb 2004 03:57:13 +0000 Subject: [PATCH] *** empty log message *** --- include/SDL_events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index 2353ed85c..e3f5301b3 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -274,8 +274,8 @@ extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event *event); extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event); /* Add an event to the event queue. - This function returns 0 if the event queue was full, or -1 - if there was some other error. Returns 1 on success. + This function returns 0 on success, or -1 if the event queue was full + or there was some other error. */ extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event *event);