diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index ec37d1a3..a9d5d23d 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -1937,6 +1937,7 @@ int CmdHF14AMfCWipe(const char *Cmd) PrintAndLog("Can't wipe. error=%d", res); return 1; } + PrintAndLog("OK"); return 0; }