Formatting

(cherry picked from commit 506a6aafde)
This commit is contained in:
Camilla Löwy 2019-12-11 22:10:00 +01:00 committed by Camilla Löwy
parent 8c3d2f769f
commit 9724f33038
1 changed files with 1 additions and 1 deletions

View File

@ -964,7 +964,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
} // autoreleasepool
}
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char *title)
void _glfwPlatformSetWindowTitle(_GLFWwindow* window, const char* title)
{
@autoreleasepool {
NSString* string = @(title);