Mercurial > sdl-ios-xcode
diff src/main/win32/SDL_main.c @ 453:a6fa62b1be09
Updated for embedded Visual C++ 4.0
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 20 Aug 2002 00:20:06 +0000 |
parents | 0e66fd980014 |
children | 8c4a35e3c507 |
line wrap: on
line diff
--- a/src/main/win32/SDL_main.c Mon Aug 19 18:33:29 2002 +0000 +++ b/src/main/win32/SDL_main.c Tue Aug 20 00:20:06 2002 +0000 @@ -225,6 +225,9 @@ /* Exit cleanly, calling atexit() functions */ exit(0); + + /* Hush little compiler, don't you cry... */ + return(0); } /* This is where execution begins [windowed apps] */