DEBUG changed to ZLIB_DEBUG in trees.c

pull/115/head
Bulent Abali 9 years ago
parent bcf4459286
commit 8e55222dae
  1. 2
      trees.c

@ -1261,7 +1261,7 @@ int make_trees(s, l_hist, d_hist)
bits_valid = s->bi_valid % 8;
bi_windup(s);
#ifdef DEBUG
#ifdef ZLIB_DEBUG
do {
int n;
fprintf(stderr, "BL_CODES:\n");

Loading…
Cancel
Save