summaryrefslogtreecommitdiff
path: root/progs/tests/vpwarpmesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/vpwarpmesh.c')
-rw-r--r--progs/tests/vpwarpmesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/vpwarpmesh.c b/progs/tests/vpwarpmesh.c
index 166ef9c502..56aa8200ec 100644
--- a/progs/tests/vpwarpmesh.c
+++ b/progs/tests/vpwarpmesh.c
@@ -188,7 +188,7 @@ static void Init( void )
"END";
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);
}