summaryrefslogtreecommitdiffstats
path: root/encoder_base.c
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:07:54 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:07:54 +0000
commitb63c94237d26a4795bf71572a994705b93eb16a8 (patch)
tree2dd5bbdee1bdf4dcfedeb9fdff928ef541b4f50d /encoder_base.c
parentAdding upstream version 1.7~rc1. (diff)
downloadlzlib-b63c94237d26a4795bf71572a994705b93eb16a8.tar.xz
lzlib-b63c94237d26a4795bf71572a994705b93eb16a8.zip
Adding upstream version 1.7.upstream/1.7
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'encoder_base.c')
-rw-r--r--encoder_base.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/encoder_base.c b/encoder_base.c
index d666c6e..b62ab98 100644
--- a/encoder_base.c
+++ b/encoder_base.c
@@ -53,7 +53,8 @@ static bool Mb_init( struct Matchfinder_base * const mb,
const int num_prev_positions23,
const int pos_array_factor )
{
- const int buffer_size_limit = ( dict_factor * dict_size ) + before + after_size;
+ const int buffer_size_limit =
+ ( dict_factor * dict_size ) + before + after_size;
unsigned size;
int i;