summaryrefslogtreecommitdiff
path: root/lzf_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'lzf_c.c')
-rw-r--r--lzf_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzf_c.c b/lzf_c.c
index b9b9ef9..e22ed08 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -84,7 +84,7 @@ unsigned int
lzf_compress (const void *const in_data, unsigned int in_len,
void *out_data, unsigned int out_len
#if LZF_STATE_ARG
- , LZF_STATE *htab
+ , LZF_STATE htab
#endif
)
{