]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
add missing extern keyword
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Nov 2007 14:37:32 +0000 (14:37 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Nov 2007 14:37:32 +0000 (14:37 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7690 d7cf8633-e32d-0410-b094-e92efae38249

menu.h

diff --git a/menu.h b/menu.h
index df58facb50488d1c08a903bac835d1011f6f182d..858333412f08d2e43102adb19724548105a2506c 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -92,6 +92,6 @@ typedef struct video_resolution_s
        double pixelheight; // pixel aspect
 }
 video_resolution_t;
-video_resolution_t video_resolutions[];
+extern video_resolution_t video_resolutions[];
 #endif