This commit is contained in:
iceman1001 2018-03-19 18:17:04 +01:00
parent 0abb85a411
commit 4ea466ac56

View file

@ -547,7 +547,7 @@ int CmdTraceLoad(const char *Cmd) {
param_getstr(Cmd, 0, filename, sizeof(filename));
if ((f = fopen(filename,"rb")) == NULL) {
if ((f = fopen(filename, "rb")) == NULL) {
PrintAndLogEx(FAILED, "Could not open file %s", filename);
return 0;
}