comparison 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
comparison
equal deleted inserted replaced
1712:931d111e737a 1713:3e66ed1690e4
346 } 346 }
347 return TRUE; 347 return TRUE;
348 } 348 }
349 #endif /* building DLL with Watcom C */ 349 #endif /* building DLL with Watcom C */
350 350
351 void SDL_SetModuleHandle(void *hInst) 351 void
352 SDL_SetModuleHandle(void *hInst)
352 { 353 {
353 /* FIXME: Do we still need this? */ 354 /* FIXME: Do we still need this? */
354 } 355 }
355 356
356 #endif /* OS/2 elif __WIN32__ */ 357 #endif /* OS/2 elif __WIN32__ */