From 36cf3b21cf22e4a2d21f378f6c25c63872428938 Mon Sep 17 00:00:00 2001 From: "John F. Fay" Date: Mon, 6 Feb 2012 02:26:18 +0000 Subject: [PATCH] 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 --- src/x11/freeglut_ext_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 1.7.10.4