aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/lz_encoder_hash.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2011-06-16 12:15:29 +0300
committerLasse Collin <lasse.collin@tukaani.org>2011-06-16 12:15:29 +0300
commit324cde7a864f4506c32ae7846d688c359a83fe65 (patch)
tree905f8d5df7c57d1bf85427816391b1650da67efa /src/liblzma/lz/lz_encoder_hash.h
parentBuild: Make configure print if symbol versioning is enabled or not. (diff)
downloadxz-324cde7a864f4506c32ae7846d688c359a83fe65.tar.xz
liblzma: Remove unneeded semicolon.
Diffstat (limited to 'src/liblzma/lz/lz_encoder_hash.h')
-rw-r--r--src/liblzma/lz/lz_encoder_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/lz/lz_encoder_hash.h b/src/liblzma/lz/lz_encoder_hash.h
index c398d7d0..342a333d 100644
--- a/src/liblzma/lz/lz_encoder_hash.h
+++ b/src/liblzma/lz/lz_encoder_hash.h
@@ -39,7 +39,7 @@
// Endianness doesn't matter in hash_2_calc() (no effect on the output).
#ifdef TUKLIB_FAST_UNALIGNED_ACCESS
# define hash_2_calc() \
- const uint32_t hash_value = *(const uint16_t *)(cur);
+ const uint32_t hash_value = *(const uint16_t *)(cur)
#else
# define hash_2_calc() \
const uint32_t hash_value \