projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bfa54c
)
progs/tests: Add newline to end of printf in vparray.c.
author
Vinson Lee
<vlee@vmware.com>
Tue, 12 Jan 2010 03:56:04 +0000
(19:56 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 12 Jan 2010 03:56:04 +0000
(19:56 -0800)
progs/tests/vparray.c
patch
|
blob
|
history
diff --git
a/progs/tests/vparray.c
b/progs/tests/vparray.c
index fe168c6cd56dca27644d8191d09c5ff0ef2e11b0..15673c875eeb998b4a2123a82da1f9de482db5e2 100644
(file)
--- 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);
}