Skip to content

Commit 5796b8a

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent 804f07c commit 5796b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/REL/IDDB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ namespace REL
178178
return;
179179
}
180180

181-
STREAM stream(m_path, std::ios::in | std::ios::binary);
181+
STREAM stream(m_path, std::ios::in | std::ios::binary);
182182
const auto format = stream.readout<std::uint32_t>();
183183
if (format < 1 || (format > 2 && format < 5) || format > 5)
184184
REX::FAIL("Unsupported Address Library format: {}", format);

0 commit comments

Comments
 (0)