diff src/sdl_image-test.c @ 946:35a9e556c82c

improved coding style of test programs
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 09 May 2010 23:21:01 +0200
parents 6f7cdcfc3279
children 870ce42b74d3
line wrap: on
line diff
--- a/src/sdl_image-test.c	Sun May 09 23:16:22 2010 +0200
+++ b/src/sdl_image-test.c	Sun May 09 23:21:01 2010 +0200
@@ -4,7 +4,7 @@
 #include <SDL.h>
 #include <SDL_image.h>
 
-int main(int argc, char* argv[])
+int main(int argc, char *argv[])
 {
     SDL_Surface *image;
     SDL_Surface *screen;