mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 09:39:16 +08:00
FIX : Tereifying typo
This commit is contained in:
parent
5c3676ad81
commit
70cd0d844b
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ static int CmdFlashMemSpiFFSDump(const char *Cmd) {
|
||||||
errors = true;
|
errors = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (destfilenamse[0] == '\0') {
|
if (destfilename[0] == '\0') {
|
||||||
PrintAndLogEx(FAILED, "SPIFFS Filename missing or invalid");
|
PrintAndLogEx(FAILED, "SPIFFS Filename missing or invalid");
|
||||||
errors = true;
|
errors = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue