mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 17:18:10 +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;
|
||||
}
|
||||
|
||||
if (destfilenamse[0] == '\0') {
|
||||
if (destfilename[0] == '\0') {
|
||||
PrintAndLogEx(FAILED, "SPIFFS Filename missing or invalid");
|
||||
errors = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue