chg: colors

This commit is contained in:
iceman1001 2019-02-18 16:30:57 +01:00
parent 5ec82a0dc4
commit 1e98c4621d

View file

@ -245,7 +245,7 @@ int saveFileJSON(const char *preferredName, const char *suffix, JSONFileType fty
retval = 200; retval = 200;
goto out; goto out;
} }
PrintAndLogDevice(SUCCESS, "File `" _YELLOW_(%s)"` saved.", fileName); PrintAndLogDevice(SUCCESS, "Save to json file " _YELLOW_(%s), fileName);
json_decref(root); json_decref(root);
out: out:
@ -445,7 +445,7 @@ int loadFileJSON(const char *preferredName, const char *suffix, void* data, size
} }
PrintAndLog("Loaded JSON: " _YELLOW_(%s) " OK.", fileName); PrintAndLog("loaded from JSON file " _YELLOW_(%s), fileName);
out: out:
json_decref(root); json_decref(root);
free(fileName); free(fileName);