Fixed compile warnings with Visual C++

This commit is contained in:
Sam Lantinga
2007-08-12 00:01:41 +00:00
parent ed767d84cc
commit e9aa9188bf
3 changed files with 2 additions and 1 deletions

View File

@@ -300,6 +300,7 @@ main(int argc, char *argv[])
((double) frames * 1000) / (now - then));
}
quit(0);
return 0;
}
#else /* HAVE_OPENGL */