]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a missing ; from knghtbrd's commit
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 1 Jan 2004 05:22:21 +0000 (05:22 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 1 Jan 2004 05:22:21 +0000 (05:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3775 d7cf8633-e32d-0410-b094-e92efae38249

vid_glx.c

index 293cd098660916f731adf6c46984acafc2720a99..ab40fdf8fa154d497147c90f208fe2e5e2e3c9f5 100644 (file)
--- a/vid_glx.c
+++ b/vid_glx.c
@@ -684,7 +684,7 @@ int VID_InitMode(int fullscreen, int width, int height, int bpp)
 #if defined(__APPLE__) && defined(__MACH__)
        drivername = "/usr/X11R6/lib/libGL.1.dylib";
 #else
-       drivername = "libGL.so.1"
+       drivername = "libGL.so.1";
 #endif
        i = COM_CheckParm("-gl_driver");
        if (i && i < com_argc - 1)