mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
whitespace
This commit is contained in:
parent
54e8eafa49
commit
34f4ee4902
1 changed files with 0 additions and 1 deletions
|
@ -539,7 +539,6 @@ int loadFileDICTIONARY(const char *preferredName, const char *suffix, void *data
|
|||
if (strlen(line) < keylen)
|
||||
continue;
|
||||
|
||||
|
||||
// The line start with # is comment, skip
|
||||
if (line[0] == '#')
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue