diff options
author | root <root> | 2007-02-16 22:13:43 +0000 |
---|---|---|
committer | root <root> | 2007-02-16 22:13:43 +0000 |
commit | b55d251e3ef5cd590f1d36fa30135274355df7a6 (patch) | |
tree | f6733d9ba26a9540ab182e763e404829fb586bb0 /lzf_c.c | |
parent | ef9fbe7c2f04932344b039efb44a183469f6017b (diff) |
*** empty log message ***rel-2_0
Diffstat (limited to 'lzf_c.c')
-rw-r--r-- | lzf_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) { |