diff options
Diffstat (limited to 'src/Common/zlib/inftrees.h')
-rw-r--r-- | src/Common/zlib/inftrees.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Common/zlib/inftrees.h b/src/Common/zlib/inftrees.h index f5366531..a10712d8 100644 --- a/src/Common/zlib/inftrees.h +++ b/src/Common/zlib/inftrees.h @@ -57,6 +57,6 @@ typedef enum { DISTS } codetype; -int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens, - unsigned codes, code FAR * FAR *table, - unsigned FAR *bits, unsigned short FAR *work)); +int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, + unsigned codes, code FAR * FAR *table, + unsigned FAR *bits, unsigned short FAR *work); |