Fixing confusion over the name of "fgPlatformGetGLUTProcAddress"
authorJohn F. Fay <johnffay@nettally.com>
Mon, 6 Feb 2012 02:26:18 +0000 (02:26 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Mon, 6 Feb 2012 02:26:18 +0000 (02:26 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1073 7f0cb862-5218-0410-a997-914c9d46530a

src/x11/freeglut_ext_x11.c

index b4c9032..a5b30b0 100644 (file)
@@ -30,7 +30,7 @@
 #include <GL/freeglut.h>\r
 #include "../Common/freeglut_internal.h"\r
 \r
-GLUTproc fgPlatformGlutGetProcAddress( const char* procName )\r
+GLUTproc fgPlatformGetGLUTProcAddress( const char* procName )\r
 {\r
     /* optimization: quick initial check */\r
     if( strncmp( procName, "glut", 4 ) != 0 )\r