diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-23 10:11:18 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-08-23 12:29:03 +0200 |
| commit | f456f2550ac222fac399911eeb01957be9230c80 (patch) | |
| tree | 91a583acebcc240535e0fbda0f122429c9c1abae /zlib/inftrees.h | |
| parent | c61d6bc46aab9f5dd71639ef6b4d6c2baeda7e66 (diff) | |
Upgrade bundled zlib to version 1.3 dated 18-aug-2023
Diffstat (limited to 'zlib/inftrees.h')
| -rw-r--r-- | zlib/inftrees.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zlib/inftrees.h b/zlib/inftrees.h index f53665311..a10712d8c 100644 --- a/zlib/inftrees.h +++ b/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); |
