mirror of
https://github.com/glfw/glfw.git
synced 2024-11-23 02:25:10 +00:00
Removed stray whitespace in version string.
This commit is contained in:
parent
b17bed28c8
commit
0e8dace18c
@ -252,7 +252,7 @@ const char* _glfwPlatformGetVersionString(void)
|
|||||||
#if defined(__MINGW32__)
|
#if defined(__MINGW32__)
|
||||||
" MinGW"
|
" MinGW"
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
" VisualC "
|
" VisualC"
|
||||||
#elif defined(__BORLANDC__)
|
#elif defined(__BORLANDC__)
|
||||||
" BorlandC"
|
" BorlandC"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user