chg: some unifiying return values

This commit is contained in:
iceman1001 2019-05-15 10:24:06 +02:00
commit 0740d14faa
6 changed files with 66 additions and 66 deletions

View file

@ -177,7 +177,7 @@ static int CmdLFHitagList(const char *Cmd) {
f = fopen(filename, "wb");
if (!f) {
PrintAndLogEx(WARNING, "Error: Could not open file [%s]", filename);
return 1;
return PM3_EFILE;
}
}