comparison loader/qtx/qtxload.c @ 28599:3ff0da40013d

cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
author diego
date Tue, 17 Feb 2009 12:00:43 +0000
parents 145dec34e7d8
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28598:4172d83194f2 28599:3ff0da40013d
31 31
32 unsigned int* x_table[0x00001837]; 32 unsigned int* x_table[0x00001837];
33 33
34 static OSErr (*InitializeQTML)(long flags); 34 static OSErr (*InitializeQTML)(long flags);
35 35
36 int main(int argc, char *argv[]){ 36 int main(void) {
37 void *handler; 37 void *handler;
38 void *handler2; 38 void *handler2;
39 void* theqtdp=NULL; 39 void* theqtdp=NULL;
40 void* compcall=NULL; 40 void* compcall=NULL;
41 void* compcallws=NULL; 41 void* compcallws=NULL;