summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-01-11 19:56:04 -0800
committerVinson Lee <vlee@vmware.com>2010-01-11 19:56:04 -0800
commit6ed607cce69b54e87fcf71d2ac8fa2f6841a7b30 (patch)
tree22d76bf4f21024fb560f80c6a6988097a15d2ce2 /progs
parent7bfa54c6a4fab41c37a593438cc5644c1483ce78 (diff)
progs/tests: Add newline to end of printf in vparray.c.
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/vparray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/vparray.c b/progs/tests/vparray.c
index fe168c6cd5..15673c875e 100644
--- a/progs/tests/vparray.c
+++ b/progs/tests/vparray.c
@@ -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);
}