mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 15:55:54 +02:00
Added missing newline.
This commit is contained in:
2
tests/modes.c
Normal file → Executable file
2
tests/modes.c
Normal file → Executable file
@@ -154,7 +154,7 @@ static void test_modes(GLFWmonitor monitor)
|
||||
glfwOpenWindowHint(GLFW_GREEN_BITS, mode->greenBits);
|
||||
glfwOpenWindowHint(GLFW_BLUE_BITS, mode->blueBits);
|
||||
|
||||
printf("Testing mode %u on monitor %s: %s",
|
||||
printf("Testing mode %u on monitor %s: %s\n",
|
||||
(unsigned int) i,
|
||||
glfwGetMonitorString(monitor, GLFW_MONITOR_NAME),
|
||||
format_mode(mode));
|
||||
|
||||
Reference in New Issue
Block a user