# HG changeset patch # User Sam Lantinga # Date 1060453647 0 # Node ID 92a933bf2f0f6a355e8d4a54ce13d1cea2b3a03b # Parent 8b58eeef45760bd12cfa894770c813e7096b684b *** empty log message *** diff -r 8b58eeef4576 -r 92a933bf2f0f src/video/wincommon/SDL_wingl.c --- a/src/video/wincommon/SDL_wingl.c Sat Aug 09 18:22:16 2003 +0000 +++ b/src/video/wincommon/SDL_wingl.c Sat Aug 09 18:27:27 2003 +0000 @@ -79,7 +79,7 @@ return(status); } -static int Init_WGL_ARB_extensions(_THIS) +static void Init_WGL_ARB_extensions(_THIS) { HWND hwnd; HDC hdc;