mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
zlib, uart: fix mix of spaces & tabs
This commit is contained in:
parent
46af10d54d
commit
1fe75f2481
6 changed files with 426 additions and 426 deletions
|
@ -857,7 +857,7 @@ int flush;
|
|||
case 1: /* fixed block */
|
||||
#ifdef ZLIB_PM3_TUNED
|
||||
strm->msg = (char *)"fixed block coding not supported";
|
||||
state->mode = BAD;
|
||||
state->mode = BAD;
|
||||
#else
|
||||
fixedtables(state);
|
||||
Tracev((stderr, "inflate: fixed codes block%s\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue