mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
fix label can only be part of a statement and a declaration is not a statement
This commit is contained in:
@@ -5840,7 +5840,7 @@ int CmdHFMFNDEFFormat(const char *Cmd) {
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
skipfile:
|
||||
skipfile: ;
|
||||
|
||||
uint8_t firstblocks[8][16] = {
|
||||
{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
|
||||
|
||||
Reference in New Issue
Block a user