fix label can only be part of a statement and a declaration is not a statement

This commit is contained in:
iceman1001 2022-10-16 18:10:14 +02:00
parent bf28e36cd9
commit 04f4863dd4

View file

@ -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 },