mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
progs/tests: Add newline to end of printf in vparray.c.
This commit is contained in:
parent
7bfa54c6a4
commit
6ed607cce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue