summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/huff_enc/huff_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/huff_enc/huff_enc.c')
-rw-r--r--all_pairs/source/huff_enc/huff_enc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/all_pairs/source/huff_enc/huff_enc.c b/all_pairs/source/huff_enc/huff_enc.c
index f2db552..6a0b901 100644
--- a/all_pairs/source/huff_enc/huff_enc.c
+++ b/all_pairs/source/huff_enc/huff_enc.c
@@ -153,6 +153,8 @@ void huff_enc_init( void )
153{ 153{
154 huff_enc_input_pos = 0; 154 huff_enc_input_pos = 0;
155 huff_enc_output_pos = 0; 155 huff_enc_output_pos = 0;
156 huff_enc_byte_nb_to_write = 0;
157 huff_enc_val_to_write = 0;
156} 158}
157 159
158 160