fix the comments :)

This commit is contained in:
Gabriele Gristina
2019-07-01 17:27:08 +02:00
parent 5679ca3344
commit 3161aec3da
64 changed files with 192 additions and 145 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ int module_hash_binary_parse (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
HCFILE fp;
if (hc_fopen (&fp, hashes->hashfile, "rb", HCFILE_FORMAT_PLAIN) == false) return (PARSER_HASH_FILE);
if (hc_fopen (&fp, hashes->hashfile, "rb") == false) return (PARSER_HASH_FILE);
#define TC_HEADER_SIZE 512