diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:56:04 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:56:04 -0800 |
commit | c24ecbcf56bce582438b4f8ed31a2ed330657b75 (patch) | |
tree | 0613ba6b51e8da472beebc81f02d4212be260df9 /src | |
parent | 985294e8f103f3347d2b0bcf997b485f239c9ae6 (diff) |
progs/tests: Add newline to end of printf in vparray.c.
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/vparray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/vparray.c b/src/tests/vparray.c index fe168c6c..15673c87 100644 --- a/src/tests/vparray.c +++ b/src/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); } |