summaryrefslogtreecommitdiffstats
path: root/loader/qtx/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/qtx/list.c')
-rw-r--r--loader/qtx/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/qtx/list.c b/loader/qtx/list.c
index 34e93dccc5..4669067d30 100644
--- a/loader/qtx/list.c
+++ b/loader/qtx/list.c
@@ -18,7 +18,7 @@ void* GetProcAddress(void* handle,char* func);
#define __cdecl __attribute__((__cdecl__))
#define APIENTRY
-int main(int argc, char *argv[]){
+int main(void) {
void *handler;
ComponentDescription desc;
Component (*FindNextComponent)(Component prev,ComponentDescription* desc);