diff --git a/client/cmdlfcotag.c b/client/cmdlfcotag.c index d50303d99..9fffdba80 100644 --- a/client/cmdlfcotag.c +++ b/client/cmdlfcotag.c @@ -86,7 +86,8 @@ int CmdCOTAGRead(const char *Cmd) { case 2: { CmdPlot(""); CmdGrid("384"); - getSamples(0, true); break; + getSamples(0, true); + break; } case 1: { GetFromBigBuf(DemodBuffer, COTAG_BITS, 0);