mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-29 07:32:30 +00:00
Fix typo
This was SVN commit r7804.
This commit is contained in:
@@ -81,7 +81,7 @@ TraceEntry::TraceEntry(const std::wstring& text)
|
||||
|
||||
debug_assert(stream.get() == '\n');
|
||||
debug_assert(stream.good());
|
||||
debug_assert((int)stream.get() == EOF);
|
||||
debug_assert(stream.get() == WEOF);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user