diff --git a/tests/glfwinfo.c b/tests/glfwinfo.c index 07c1142e..12a5048b 100644 --- a/tests/glfwinfo.c +++ b/tests/glfwinfo.c @@ -207,6 +207,7 @@ int main(int argc, char** argv) usage(); exit(EXIT_FAILURE); } + break; case 'd': debug = GL_TRUE; break;