Fix MODE=dbg build

This commit is contained in:
Justine Tunney 2022-09-18 03:16:14 -07:00
parent bc3d84341d
commit 97bb5a3a80
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
3 changed files with 19 additions and 18 deletions

View file

@ -166,7 +166,7 @@ local void gen_trees_header OF((void));
#else /* !ZLIB_DEBUG */
# define send_code(s, c, tree) \
{ if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
{ if (z_verbose>2) kprintf("\ncd %3d ",(c)); \
send_bits(s, tree[c].Code, tree[c].Len); }
#endif