changeset 1073:6d3c1134cd19

Another forgotten variable declaration
author Patrice Mandin <patmandin@gmail.com>
date Mon, 06 Jun 2005 21:50:26 +0000
parents 5dbcac12f22b
children 936da0056ed3
files src/video/gem/SDL_gemevents.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/gem/SDL_gemevents.c	Mon Jun 06 16:54:03 2005 +0000
+++ b/src/video/gem/SDL_gemevents.c	Mon Jun 06 21:50:26 2005 +0000
@@ -138,7 +138,7 @@
 	
 	for (;;)
 	{
-		int quit, resultat;
+		int quit, resultat, event_mask;
 		short buffer[8], kc;
 		short x2,y2,w2,h2;