diff src/events/SDL_events.c @ 276:8af85680ca0a

Updated the documentation for the SDL_PushEvent() call.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Feb 2002 23:40:13 +0000
parents e8157fcb3114
children f6ffac90895c
line wrap: on
line diff
--- a/src/events/SDL_events.c	Wed Feb 13 18:21:48 2002 +0000
+++ b/src/events/SDL_events.c	Wed Feb 13 23:40:13 2002 +0000
@@ -301,7 +301,7 @@
 
 	/* Don't look after we've quit */
 	if ( ! SDL_EventQ.active ) {
-		return(0);
+		return(-1);
 	}
 	/* Lock the event queue */
 	used = 0;