mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make style
This commit is contained in:
parent
d3232a5ebd
commit
11afbdfba3
1 changed files with 2 additions and 2 deletions
|
@ -385,9 +385,9 @@ static int CmdFlashMemSpiFFSDump(const char *Cmd) {
|
|||
|
||||
// set file extension
|
||||
char *suffix = strchr(fn, '.');
|
||||
if (suffix) {
|
||||
if (suffix)
|
||||
saveFile(fn, suffix, dump, len);
|
||||
} else
|
||||
else
|
||||
saveFile(fn, ".bin", dump, len); // default
|
||||
|
||||
if (eml) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue