Removed stray whitespace in version string.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent b17bed28c8
commit 0e8dace18c
  1. 2
      src/win32_init.c

@ -252,7 +252,7 @@ const char* _glfwPlatformGetVersionString(void)
#if defined(__MINGW32__)
" MinGW"
#elif defined(_MSC_VER)
" VisualC "
" VisualC"
#elif defined(__BORLANDC__)
" BorlandC"
#endif

Loading…
Cancel
Save