mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +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_GREEN_BITS, mode->greenBits);
|
||||||
glfwOpenWindowHint(GLFW_BLUE_BITS, mode->blueBits);
|
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,
|
(unsigned int) i,
|
||||||
glfwGetMonitorString(monitor, GLFW_MONITOR_NAME),
|
glfwGetMonitorString(monitor, GLFW_MONITOR_NAME),
|
||||||
format_mode(mode));
|
format_mode(mode));
|
||||||
|
Loading…
Reference in New Issue
Block a user