This commit is contained in:
iceman1001 2024-03-19 11:16:02 +01:00
commit aee02cd523
3 changed files with 5 additions and 5 deletions

View file

@ -45,9 +45,9 @@ static int openAIDFile(json_t **root, bool verbose) {
}
PrintAndLogEx(DEBUG, "Loaded file " _YELLOW_("%s") " " _GREEN_("%zu") " records ( " _GREEN_("ok") " )"
, path
, json_array_size(*root)
);
, path
, json_array_size(*root)
);
out:
free(path);
return retval;

View file

@ -469,7 +469,7 @@ static int CmdFlashMemInfo(const char *Cmd) {
CLIParserFree(ctx);
if (res) {
return PM3_EINVARG;
return PM3_EINVARG;
}
if (dlen > 0 && dlen < sizeof(id)) {

View file

@ -12568,6 +12568,6 @@
"metadata": {
"commands_extracted": 725,
"extracted_by": "PM3Help2JSON v1.00",
"extracted_on": "2024-03-16T18:47:48"
"extracted_on": "2024-03-19T10:15:48"
}
}