diff options
Diffstat (limited to 'src/platforms/rcore_desktop_glfw.c')
| -rw-r--r-- | src/platforms/rcore_desktop_glfw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platforms/rcore_desktop_glfw.c b/src/platforms/rcore_desktop_glfw.c index 67cf9def..42c64402 100644 --- a/src/platforms/rcore_desktop_glfw.c +++ b/src/platforms/rcore_desktop_glfw.c @@ -1619,9 +1619,9 @@ int InitPlatform(void) #if defined(__NetBSD__) // Workaround for NetBSD - char* glfwPlatform = "X11"; + char *glfwPlatform = "X11"; #else - char* glfwPlatform = ""; + char *glfwPlatform = ""; switch (glfwGetPlatform()) { case GLFW_PLATFORM_WIN32: glfwPlatform = "Win32"; break; |
