progs/tests: re-enable exit() call

See bug 21267.
This commit is contained in:
Brian Paul 2009-09-01 08:53:31 -06:00
parent 3b96db337d
commit 375a6b4c4a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Init( void )
if (!glutExtensionSupported("GL_EXT_framebuffer_object")) {
printf("GL_EXT_framebuffer_object not found!\n");
/*exit(0);*/
exit(0);
}
printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER));