mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-19 13:48:16 +08:00
space
This commit is contained in:
parent
0abb85a411
commit
4ea466ac56
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ int CmdTraceLoad(const char *Cmd) {
|
||||||
|
|
||||||
param_getstr(Cmd, 0, filename, sizeof(filename));
|
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);
|
PrintAndLogEx(FAILED, "Could not open file %s", filename);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue