diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-16 22:26:16 -0400 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2025-09-16 22:32:07 -0400 |
| commit | e3b5103cbe6bca291e05d0f0e84340b81f088c37 (patch) | |
| tree | 06c25c4fb0fbf2e9a10c2bb59082caf4226074fa /src/nw4r/ut/ut_binaryFileFormat.cpp | |
| parent | 0a2b38da2b07cc983fbc13cdbadf6d6345ad5d89 (diff) | |
remove address comments
Diffstat (limited to 'src/nw4r/ut/ut_binaryFileFormat.cpp')
| -rw-r--r-- | src/nw4r/ut/ut_binaryFileFormat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nw4r/ut/ut_binaryFileFormat.cpp b/src/nw4r/ut/ut_binaryFileFormat.cpp index 9b5f9181..c27c2867 100644 --- a/src/nw4r/ut/ut_binaryFileFormat.cpp +++ b/src/nw4r/ut/ut_binaryFileFormat.cpp @@ -3,7 +3,6 @@ namespace nw4r { namespace ut { -/* 8042a9e0 */ bool IsValidBinaryFile(const BinaryFileHeader *header, u32 magic, u16 version, u16 numBlocks) { if (header->signature != magic) { return false; |
