Fixing confusion over the name of "fgPlatformGetGLUTProcAddress"

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1073 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
fayjf 2012-02-06 02:26:18 +00:00
parent 55d47574bb
commit 4ed29b6832

View File

@ -30,7 +30,7 @@
#include <GL/freeglut.h>
#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 )