Added missing newline.

This commit is contained in:
Camilla Berglund
2012-07-11 00:33:32 +02:00
parent a0429e4b6e
commit bd630c4e83
Regular → Executable
+1 -1
View 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));