From 22c93302e8433c59f535fce9817ae3f6a3f97a29 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sat, 8 Mar 2003 16:55:30 +0000 Subject: [PATCH] fixed obvious typo git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@874 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/canvas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/canvas.c b/sc2/src/sc2code/libs/graphics/sdl/canvas.c index ddc5474f1..04273f184 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/canvas.c +++ b/sc2/src/sc2code/libs/graphics/sdl/canvas.c @@ -1,4 +1,4 @@ -s over#include "SDL.h" +#include "SDL.h" #include "sdl_common.h" #include "libs/graphics/gfx_common.h" #include "libs/graphics/sdl/primitives.h"