From: Vinson Lee Date: Tue, 12 Jan 2010 03:56:04 +0000 (-0800) Subject: progs/tests: Add newline to end of printf in vparray.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ed607cce69b54e87fcf71d2ac8fa2f6841a7b30;p=mesa.git progs/tests: Add newline to end of printf in vparray.c. --- diff --git a/progs/tests/vparray.c b/progs/tests/vparray.c index fe168c6cd56..15673c875ee 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); }