forgot header file

This commit is contained in:
iceman1001
2020-10-27 18:52:11 +01:00
parent 52164a4fd1
commit 89f305b842
2 changed files with 2 additions and 2 deletions

View File

@@ -985,7 +985,7 @@ static int CmdHF14BSriRdBl(const char *Cmd) {
}
if (card.uidlen != 8) {
PrintAndLogEx(FAILED, "current dump command only work with SRI4K / SRI512 tags");
PrintAndLogEx(FAILED, "current read command only work with SRI4K / SRI512 tags");
return PM3_SUCCESS;
}