progs/tests: also test stencil INCR_WRAP mode if supported
[mesa.git] / progs / tests / vparray.c
index fe168c6cd56dca27644d8191d09c5ff0ef2e11b0..75160afd463bb15ef28d5a9740d1c28073fb7413 100644 (file)
@@ -8,7 +8,6 @@
 
 #include <assert.h>
 #include <stdio.h>
-#include <string.h>
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
@@ -183,7 +182,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);
    }