Removed stray whitespace in version string.

This commit is contained in:
Camilla Berglund 2013-12-24 00:48:28 +01:00
parent b17bed28c8
commit 0e8dace18c

View File

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