progs/tests: Add newline to end of printf in vparray.c.
authorVinson Lee <vlee@vmware.com>
Tue, 12 Jan 2010 03:56:04 +0000 (19:56 -0800)
committerVinson Lee <vlee@vmware.com>
Tue, 12 Jan 2010 03:56:04 +0000 (19:56 -0800)
progs/tests/vparray.c

index fe168c6cd56dca27644d8191d09c5ff0ef2e11b0..15673c875eeb998b4a2123a82da1f9de482db5e2 100644 (file)
@@ -183,7 +183,7 @@ static void init_program(void)
    static const GLfloat bias[4] = {1.0, 1.0, 1.0, 0.0};
 
    if (!glutExtensionSupported("GL_NV_vertex_program")) {
-      printf("Sorry, this program requires GL_NV_vertex_program");
+      printf("Sorry, this program requires GL_NV_vertex_program\n");
       exit(1);
    }