comparison 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
comparison
equal deleted inserted replaced
945:5d47a5e4b43a 946:35a9e556c82c
3 3
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <windows.h> 5 #include <windows.h>
6 #include <jpeglib.h> 6 #include <jpeglib.h>
7 7
8 int main(int argc, char* argv[]) 8 int main(int argc, char *argv[])
9 { 9 {
10 boolean test_boolean; 10 boolean test_boolean;
11 INT32 test_int32; 11 INT32 test_int32;
12 struct jpeg_decompress_struct cinfo; 12 struct jpeg_decompress_struct cinfo;
13 13