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