whitespace

This commit is contained in:
iceman1001 2019-03-26 20:22:12 +01:00
parent 54e8eafa49
commit 34f4ee4902

View file

@ -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;