diff options
Diffstat (limited to 'source/files.c')
-rw-r--r-- | source/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/files.c b/source/files.c index e33bc9e..1f1adea 100644 --- a/source/files.c +++ b/source/files.c @@ -1530,7 +1530,7 @@ fail: } #endif -static int pakcmp( const void *p1, const void *p2 ) { +static int QDECL pakcmp( const void *p1, const void *p2 ) { const char *s1 = *( const char ** )p1; const char *s2 = *( const char ** )p2; |