From 04f4863dd464a96c68a2414444397df8ea8ef3fe Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 16 Oct 2022 18:10:14 +0200 Subject: [PATCH] fix label can only be part of a statement and a declaration is not a statement --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 3604c9686..c55de1869 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -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 },