diff test/testgl2.c @ 2228:bb67fd5ccfdb

Fixed compile warnings with Visual C++
author Sam Lantinga <slouken@libsdl.org>
date Sun, 12 Aug 2007 00:01:41 +0000
parents 114a541cfae2
children 6630fefab312
line wrap: on
line diff
--- a/test/testgl2.c	Sat Aug 11 23:26:03 2007 +0000
+++ b/test/testgl2.c	Sun Aug 12 00:01:41 2007 +0000
@@ -300,6 +300,7 @@
                ((double) frames * 1000) / (now - then));
     }
     quit(0);
+	return 0;
 }
 
 #else /* HAVE_OPENGL */