Merge pull request #1651 from R0BB13M/master

Update cmdhfmfu.c
This commit is contained in:
Iceman 2022-04-04 06:42:26 +02:00 committed by GitHub
commit 190508339b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4011,7 +4011,7 @@ int CmdHF14MfuNDEFRead(const char *Cmd) {
// Get tag type // Get tag type
TagTypeUL_t tagtype = GetHF14AMfU_Type(); TagTypeUL_t tagtype = GetHF14AMfU_Type();
if (tagtype == UL_ERROR) { if (tagtype == UL_ERROR) {
PrintAndLogEx(WARNING, "No Ultraligth / NTAG based tag found"); PrintAndLogEx(WARNING, "No Ultralight / NTAG based tag found");
return PM3_ESOFT; return PM3_ESOFT;
} }