From 68e58143f850adee011993bf129380c8fad67ac6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 24 Oct 2010 14:31:46 +0200 Subject: [PATCH] Renamed dlopen entry point mode name. --- src/x11/x11_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index 4290be7c..55d8d630 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -310,7 +310,7 @@ const char* _glfwPlatformGetVersionString(void) #elif defined(_GLFW_HAS_GLXGETPROCADDRESSEXT) " glXGetProcAddressEXT" #elif defined(_GLFW_DLOPEN_LIBGL) - " dlopen(libGL)" + " dlsym(libGL)" #else " (no OpenGL extension support)" #endif