diff options
author | root <root> | 2010-06-01 07:37:17 +0000 |
---|---|---|
committer | root <root> | 2010-06-01 07:37:17 +0000 |
commit | 4a7d25b8ab74275f0d5eb91e185cd721dacda909 (patch) | |
tree | 3f83c6a30e6ea9893916b8751589220bce0a2bf9 | |
parent | 5eddd050bc7ffb1b87169a50fd49ab0ed04a3948 (diff) |
*** empty log message ***
-rw-r--r-- | lzf_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ lzf_compress (const void *const in_data, unsigned int in_len, && ref > (u8 *)in_data && ref[2] == ip[2] #if STRICT_ALIGN - && (ref[1] << 8) | ref[0] == (ip[1] << 8) | ip[0] + && ((ref[1] << 8) | ref[0]) == ((ip[1] << 8) | ip[0]) #else && *(u16 *)ref == *(u16 *)ip #endif |