mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 18:24:27 +08:00
chg: textual
This commit is contained in:
parent
1e98c4621d
commit
58f35d50a6
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ int saveFileJSON(const char *preferredName, const char *suffix, JSONFileType fty
|
||||||
retval = 200;
|
retval = 200;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
PrintAndLogDevice(SUCCESS, "Save to json file " _YELLOW_(%s), fileName);
|
PrintAndLogDevice(SUCCESS, "saved to json file " _YELLOW_(%s), fileName);
|
||||||
json_decref(root);
|
json_decref(root);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
|
|
Loading…
Reference in a new issue