Fixed incorrect hash generation + lint fixes

This commit is contained in:
Gliniak
2022-04-29 20:33:21 +02:00
parent 585b208fc0
commit d78fd19ab4
5 changed files with 15 additions and 17 deletions

View File

@@ -124,7 +124,7 @@ class PatchDB {
{"be16", PatchData(sizeof(uint16_t), PatchDataType::be16)},
{"be8", PatchData(sizeof(uint8_t), PatchDataType::be8)}};
void ReadHash(PatchFileEntry &patchEntry,
void ReadHash(PatchFileEntry& patchEntry,
std::shared_ptr<cpptoml::table> patch_toml_fields);
};
} // namespace patcher