summaryrefslogtreecommitdiffstats
path: root/progs/tests/vpwarpmesh.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2002-10-15 14:43:55 +0000
committerBrian Paul <[email protected]>2002-10-15 14:43:55 +0000
commit7c5282d2a8bb6b4c8d265ad3fc1a1652c55df167 (patch)
tree9ff41a8717e36d2bcb4a1fa171bdad07e858f87f /progs/tests/vpwarpmesh.c
parentf2e21e1026a8e78345108b470d93e9bfa56e3c84 (diff)
minor updates
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 166ef9c5027..56aa8200ec8 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);
}