chg: missing tab

This commit is contained in:
Chris 2018-06-23 06:33:48 +02:00
parent 5e1a3b7168
commit f62c231830

View file

@ -607,7 +607,7 @@ bool HF14BReader(bool verbose){
// could be read of calypso, CEPAS, moneo, or pico pass.
if (HF14B_Other_Reader()) return true;
if (verbose) PrintAndLogEx(FAILED, "no 14443-B tag found");
if (verbose) PrintAndLogEx(FAILED, "no 14443-B tag found");
return false;
}