From 598d016477689ba36e60ad47c33e19bd8bd062d3 Mon Sep 17 00:00:00 2001 From: "osboxes.org" Date: Wed, 10 Apr 2019 09:47:46 +0200 Subject: [PATCH] style --- client/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index ea4b1b49b..38aa06d9d 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -1863,7 +1863,7 @@ int CmdHF14AMfUDump(const char *Cmd) { PrintAndLogEx(WARNING, "Command execute time-out"); return 1; } - + if (resp.arg[0] != 1) { PrintAndLogEx(WARNING, "Failed dumping card"); return 1;