Mesa (mesa_7_7_branch): progs/tests: Add newline to end of printf in vparray.c.

Vinson Lee vlee at kemper.freedesktop.org
Tue Jan 12 03:57:04 UTC 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 6ed607cce69b54e87fcf71d2ac8fa2f6841a7b30
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ed607cce69b54e87fcf71d2ac8fa2f6841a7b30

Author: Vinson Lee <vlee at vmware.com>
Date:   Mon Jan 11 19:56:04 2010 -0800

progs/tests: Add newline to end of printf in vparray.c.

---

 progs/tests/vparray.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/progs/tests/vparray.c b/progs/tests/vparray.c
index fe168c6..15673c8 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);
    }
 




More information about the mesa-commit mailing list