From 244eec1c7792e0cac2a5c0011d31f04e19e5acfb Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 8 Mar 2008 21:12:16 +0000 Subject: [PATCH] Typo. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2948 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/sdl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c index 6b991fd05..6430b981c 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c +++ b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c @@ -204,7 +204,7 @@ TFB_ProcessEvents () ProcessInputEvent (&Event); /* Handle Graphics events. */ switch (Event.type) { - case SDL_ACTIVEEVENT: /* Loose/gain visibility */ + case SDL_ACTIVEEVENT: /* Lose/gain visibility */ // TODO break; case SDL_QUIT: