diff src/jpeg-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 09113bc06d72
children 4e48476ea587
line wrap: on
line diff
--- a/src/jpeg-test.c	Sun May 09 23:16:22 2010 +0200
+++ b/src/jpeg-test.c	Sun May 09 23:21:01 2010 +0200
@@ -5,7 +5,7 @@
 #include <windows.h>
 #include <jpeglib.h>
 
-int main(int argc, char* argv[])
+int main(int argc, char *argv[])
 {
     boolean test_boolean;
     INT32 test_int32;