From: John F. Fay Date: Sat, 20 Nov 2010 13:40:25 +0000 (+0000) Subject: Fixing typo in a comment per e-mail from Arvin Schnell dated 11/19/10 4:55 AM X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=7d3fb73c0bcb69fa03207765eca712d386a11cb8;p=freeglut Fixing typo in a comment per e-mail from Arvin Schnell dated 11/19/10 4:55 AM git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@878 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_init.c b/src/freeglut_init.c index d113ab7..2cc19ea 100644 --- a/src/freeglut_init.c +++ b/src/freeglut_init.c @@ -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 */