commit | 0c3b1b5a0ee571289f254945a0c9046ee4e872f7 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Tue Feb 07 14:58:58 2012 +0100 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Tue Feb 07 14:58:58 2012 +0100 |
tree | 8656bf64d03e96ba74a2abd242e606e02560487f | |
parent | 086fba40b44ae4cc4a6f5090b3001c123e4ecf60 [diff] [blame] |
Removed allocator.
diff --git a/tests/fsfocus.c b/tests/fsfocus.c index bf634d5..951409a 100644 --- a/tests/fsfocus.c +++ b/tests/fsfocus.c
@@ -75,7 +75,7 @@ { GLFWwindow window; - if (!glfwInit(NULL)) + if (!glfwInit()) { fprintf(stderr, "Failed to initialize GLFW: %s\n", glfwErrorString(glfwGetError())); exit(EXIT_FAILURE);