--- Compress-LZF/lzf_c.c 2006/07/07 15:47:10 1.5 +++ Compress-LZF/lzf_c.c 2007/02/16 22:11:17 1.6 @@ -84,7 +84,7 @@ 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 ) {