mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 10:05:10 +00:00
Added missing newline.
This commit is contained in:
parent
a0429e4b6e
commit
bd630c4e83
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));
|
||||
|
Loading…
Reference in New Issue
Block a user