Formatted todos and notes.

This commit is contained in:
Camilla Berglund
2013-11-10 14:03:07 +01:00
parent b9d4875f3e
commit adbd52ba27
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ static GLboolean createWindow(_GLFWwindow* window,
if (!window->x11.handle)
{
// TODO: Handle all the various error codes here and translate them
// to GLFW errors
// to GLFW errors
_glfwInputError(GLFW_PLATFORM_ERROR, "X11: Failed to create window");
return GL_FALSE;