From 1b8ff6c45cdce0e74f16a56716420e7f2a423cd3 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 11 Feb 2018 17:46:14 +0100 Subject: [PATCH] syntax --- client/cmdlfcotag.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);