From a4a2eaaa0ff7b373ddf59c7414d3fedcff6d9bbc Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Sun, 24 Oct 2010 14:35:37 +0200 Subject: [PATCH] Removed whitespace in version string joystick keys. --- src/x11/x11_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;