diff --git a/src/x11/x11_init.c b/src/x11/x11_init.c index 55d8d630..62f02eee 100644 --- a/src/x11/x11_init.c +++ b/src/x11/x11_init.c @@ -315,9 +315,9 @@ const char* _glfwPlatformGetVersionString(void) " (no OpenGL extension support)" #endif #if defined(_GLFW_USE_LINUX_JOYSTICKS) - " Linux joystick API" + " Linux-joystick-API" #else - " (no joystick support)" + " no-joystick-support" #endif ;