From 28ea38ae5572d99598aa400fb62eb38f5f7ffd7b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 10 Jan 2009 00:31:47 +0000 Subject: (svn r14949) -Cleanup: pointer coding style --- src/sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdl.cpp') diff --git a/src/sdl.cpp b/src/sdl.cpp index 200828743..090b2d1d4 100644 --- a/src/sdl.cpp +++ b/src/sdl.cpp @@ -99,7 +99,7 @@ static void SdlAbort(int sig) #endif -const char* SdlOpen(uint32 x) +const char *SdlOpen(uint32 x) { #ifdef DYNAMICALLY_LOADED_SDL { -- cgit v1.2.3-54-g00ecf