diff options
author | hansr <hk-git@circlestorm.org> | 2014-10-12 22:57:27 +0200 |
---|---|---|
committer | hansr <hk-git@circlestorm.org> | 2014-10-12 22:57:27 +0200 |
commit | 3f8e26e0b7605f49057b09d2eafce05511ce0c29 (patch) | |
tree | da90f7ed3e20d4b22e68f59a24c19d2ed7f160ec /infback.c | |
parent | f7e1e0130fb198fa2d4d62b8990d2ab205985b3f (diff) |
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
-Removing usage of OF() definition
Diffstat (limited to 'infback.c')
-rw-r--r-- | infback.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ #include "inffast.h" /* function prototypes */ -local void fixedtables OF((struct inflate_state *state)); +local void fixedtables (struct inflate_state *state); /* strm provides memory allocation functions in zalloc and zfree, or |