mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-11 02:31:23 +08:00
unused
This commit is contained in:
parent
39827a6d5d
commit
3f2d02b978
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ static poly_t
|
|||
rdpoly(const char *name, int flags, int bperhx) {
|
||||
/* read poly from file in chunks and report errors */
|
||||
|
||||
poly_t apoly = PZERO, chunk = PZERO;
|
||||
poly_t apoly = PZERO, chunk;
|
||||
FILE *input;
|
||||
|
||||
input = oread(name);
|
||||
|
|
Loading…
Reference in a new issue