diff 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
line wrap: on
line diff
--- a/loader/qtx/qtxload.c	Tue Feb 17 11:59:49 2009 +0000
+++ b/loader/qtx/qtxload.c	Tue Feb 17 12:00:43 2009 +0000
@@ -33,7 +33,7 @@
 
 static    OSErr (*InitializeQTML)(long flags);
 
-int main(int argc, char *argv[]){
+int main(void) {
     void *handler;
     void *handler2;
     void* theqtdp=NULL;