diff --git a/client/src/aidsearch.c b/client/src/aidsearch.c index 610b6542b..48ea3fdc6 100644 --- a/client/src/aidsearch.c +++ b/client/src/aidsearch.c @@ -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; diff --git a/client/src/cmdflashmem.c b/client/src/cmdflashmem.c index 82b1c6021..a43989886 100644 --- a/client/src/cmdflashmem.c +++ b/client/src/cmdflashmem.c @@ -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)) { diff --git a/doc/commands.json b/doc/commands.json index 79dc0cd29..c7ee08d96 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -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" } }