diff src/SDL.c @ 1713:3e66ed1690e4 SDL-1.3

Whoops, forgot to indent
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 14:29:50 +0000
parents 931d111e737a
children ed4d4f1ea201
line wrap: on
line diff
--- a/src/SDL.c	Mon Jun 26 13:56:56 2006 +0000
+++ b/src/SDL.c	Mon Jun 26 14:29:50 2006 +0000
@@ -348,7 +348,8 @@
 }
 #endif /* building DLL with Watcom C */
 
-void SDL_SetModuleHandle(void *hInst)
+void
+SDL_SetModuleHandle(void *hInst)
 {
     /* FIXME: Do we still need this? */
 }