From 4ed29b6832b33e392268f4421216e11aa815024b Mon Sep 17 00:00:00 2001 From: fayjf Date: Mon, 6 Feb 2012 02:26:18 +0000 Subject: [PATCH] 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 --- freeglut/freeglut/src/x11/freeglut_ext_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/freeglut/src/x11/freeglut_ext_x11.c b/freeglut/freeglut/src/x11/freeglut_ext_x11.c index b4c9032..a5b30b0 100644 --- a/freeglut/freeglut/src/x11/freeglut_ext_x11.c +++ b/freeglut/freeglut/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 )