Formatting.

This commit is contained in:
Camilla Berglund 2010-09-10 00:36:52 +02:00
parent 025f8c9518
commit 107b769ada

View File

@ -63,7 +63,7 @@ int main(void)
if (!glfwInit())
{
fprintf(stderr, "Failed to initialize GLFW\n");
exit(1);
exit(EXIT_FAILURE);
}
for (i = 0; i < 4; i++)