summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lzf_c.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lzf_c.c b/lzf_c.c
index 90db094..bd44027 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -143,7 +143,6 @@ lzf_compress (const void *const in_data, unsigned int in_len,
&& ip + 4 < in_end
&& ref > (u8 *)in_data
#if STRICT_ALIGN
- x x x
&& ref[0] == ip[0]
&& ref[1] == ip[1]
&& ref[2] == ip[2]