From d228198808f9971664d03dd8f4601447dd990d94 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 2 Feb 2017 21:32:46 +0100 Subject: [PATCH] fix: those pesky semicolons.. --- client/cmdlf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdlf.c b/client/cmdlf.c index 8931fc75..2bbb9567 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -1117,13 +1117,13 @@ int CmdLFfind(const char *Cmd) { return 1; } // ICEMAN; always call save_restorGB for COTAG. Will break graphbuffer - save_restoreGB(1) + save_restoreGB(1); ans=CmdCOTAGRead(""); if (ans>0){ PrintAndLog("\nValid COTAG ID Found!"); return 1; } - save_restoreGB(0) + save_restoreGB(0); // TIdemod? /* -- 2.39.2