summaryrefslogtreecommitdiff
path: root/test/testresample.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/testresample.c
parent474ad6d4b3f85623e42339385e4f30f5dfcf9c38 (diff)
downloadsdl-e964b902b8d59900702be791ee210fb5037671f2.tar.gz
More non C89 compliant comments
Diffstat (limited to 'test/testresample.c')
-rw-r--r--test/testresample.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testresample.c b/test/testresample.c
index 177bd8413..a6e859d36 100644
--- a/test/testresample.c
+++ b/test/testresample.c
@@ -107,12 +107,12 @@ main(int argc, char **argv)
SDL_FreeWAV(data);
SDL_Quit();
return 8;
- } // if
+ } /* if */
SDL_free(cvt.buf);
SDL_FreeWAV(data);
SDL_Quit();
return 0;
-} // main
+} /* main */
-// end of resample_test.c ...
+/* end of resample_test.c ... */