summaryrefslogtreecommitdiff
path: root/test/testfile.c
diff options
context:
space:
mode:
authorGabriel Jacobo <gabomdq@gmail.com>2013-08-20 20:34:40 -0300
committerGabriel Jacobo <gabomdq@gmail.com>2013-08-20 20:34:40 -0300
commite964b902b8d59900702be791ee210fb5037671f2 (patch)
tree029a64db6f65bb53bb7436cc86f9dbc0a25938b4 /test/testfile.c
parent474ad6d4b3f85623e42339385e4f30f5dfcf9c38 (diff)
downloadsdl-e964b902b8d59900702be791ee210fb5037671f2.tar.gz
More non C89 compliant comments
Diffstat (limited to 'test/testfile.c')
-rw-r--r--test/testfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testfile.c b/test/testfile.c
index efdc4155f..57ba02f58 100644
--- a/test/testfile.c
+++ b/test/testfile.c
@@ -12,7 +12,7 @@
/* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
-// quiet windows compiler warnings
+/* quiet windows compiler warnings */
#define _CRT_NONSTDC_NO_WARNINGS
#include <stdlib.h>