From: John F. Fay Date: Mon, 6 Feb 2012 02:26:18 +0000 (+0000) Subject: Fixing confusion over the name of "fgPlatformGetGLUTProcAddress" X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;ds=sidebyside;h=36cf3b21cf22e4a2d21f378f6c25c63872428938;p=freeglut Fixing confusion over the name of "fgPlatformGetGLUTProcAddress" git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1073 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/x11/freeglut_ext_x11.c b/src/x11/freeglut_ext_x11.c index b4c9032..a5b30b0 100644 --- a/src/x11/freeglut_ext_x11.c +++ b/src/x11/freeglut_ext_x11.c @@ -30,7 +30,7 @@ #include #include "../Common/freeglut_internal.h" -GLUTproc fgPlatformGlutGetProcAddress( const char* procName ) +GLUTproc fgPlatformGetGLUTProcAddress( const char* procName ) { /* optimization: quick initial check */ if( strncmp( procName, "glut", 4 ) != 0 )