diff options
Diffstat (limited to 'src/preprocess/CompTool.h')
| -rw-r--r-- | src/preprocess/CompTool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preprocess/CompTool.h b/src/preprocess/CompTool.h index 73052bb..a995480 100644 --- a/src/preprocess/CompTool.h +++ b/src/preprocess/CompTool.h @@ -18,4 +18,4 @@ private: static uint32_t FindFileTable(std::vector<uint8_t>& rom); static std::pair<uint32_t, uint32_t> CalculateCRCs(LUS::BinaryWriter& decompFile); static inline const uint32_t sCrcSeed = 0xF8CA4DDC; -};
\ No newline at end of file +}; |
