diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-17 12:00:43 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-02-17 12:00:43 +0000 |
commit | ec3cc468ca8ba4b6280eb62030c8a10858510c51 (patch) | |
tree | 8928d5f5114f5f9129abbc0a0f6cb7ed1710ee59 /loader/qtx/list.c | |
parent | 01ef7e45790e1f0dd2277f73c583c9a503b2b6bd (diff) |
cosmetics: Replace unused 'argc/argv' in main declarations by 'void'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28634 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/qtx/list.c')
-rw-r--r-- | loader/qtx/list.c | 2 |
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); |