mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 12:37:21 +08:00
fix label can only be part of a statement and a declaration is not a statement
This commit is contained in:
parent
bf28e36cd9
commit
04f4863dd4
1 changed files with 1 additions and 1 deletions
|
@ -5840,7 +5840,7 @@ int CmdHFMFNDEFFormat(const char *Cmd) {
|
||||||
fclose(f);
|
fclose(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
skipfile:
|
skipfile: ;
|
||||||
|
|
||||||
uint8_t firstblocks[8][16] = {
|
uint8_t firstblocks[8][16] = {
|
||||||
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
|
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
|
||||||
|
|
Loading…
Add table
Reference in a new issue