summaryrefslogtreecommitdiffstats
path: root/fast_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'fast_encoder.h')
-rw-r--r--fast_encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fast_encoder.h b/fast_encoder.h
index b26e388..36177df 100644
--- a/fast_encoder.h
+++ b/fast_encoder.h
@@ -17,7 +17,7 @@
class FLZ_encoder : public LZ_encoder_base
{
- int key4; /* key made from latest 4 bytes */
+ int key4; // key made from latest 4 bytes
void reset_key4()
{
@@ -45,7 +45,7 @@ class FLZ_encoder : public LZ_encoder_base
enum { before = 0,
dict_size = 65536,
- /* bytes to keep in buffer after pos */
+ // bytes to keep in buffer after pos
after_size = max_match_len,
dict_factor = 16,
num_prev_positions23 = 0,