Fixing typo in a comment per e-mail from Arvin Schnell dated 11/19/10 4:55 AM
authorJohn F. Fay <johnffay@nettally.com>
Sat, 20 Nov 2010 13:40:25 +0000 (13:40 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Sat, 20 Nov 2010 13:40:25 +0000 (13:40 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@878 7f0cb862-5218-0410-a997-914c9d46530a

src/freeglut_init.c

index d113ab7..2cc19ea 100644 (file)
@@ -89,7 +89,7 @@ SFG_State fgState = { { -1, -1, GL_FALSE },  /* Position */
                       1,                      /* AuxiliaryBufferNumber */
                       4,                      /* SampleNumber */
                       1,                      /* MajorVersion */
-                      0,                      /* MajorVersion */
+                      0,                      /* MinorVersion */
                       0,                      /* ContextFlags */
                       0,                      /* ContextProfile */
                       NULL,                   /* ErrorFunc */