]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Fix a compile error on win32 I introduced.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 20 Sep 2013 07:15:58 +0000 (07:15 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 20 Sep 2013 07:15:58 +0000 (07:15 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12010 d7cf8633-e32d-0410-b094-e92efae38249

vid_wgl.c

index be95856a44ae8188864a582b0652d95d64f93a9c..22f71e8a1368bc73dfd6c787bec48490bfb3e643 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -2301,7 +2301,7 @@ static void IN_Shutdown(void)
 #endif
 }
 
-Vid_mode_t *VID_GetDesktopMode(void)
+vid_mode_t *VID_GetDesktopMode(void)
 {
        return &desktop_mode;
 }