Code cleanup

This commit is contained in:
2015-12-09 15:23:58 +01:00
parent 4f4aae95c9
commit 3857ae0e48
11 changed files with 21 additions and 42 deletions

View File

@@ -64,4 +64,4 @@ unsigned long CRC_File(FILE *file) {
crc = CRC_BufferInternal(buffer, count, crc);
}
return (crc ^= 0xFFFFFFFFL);
}
}