diff options
Diffstat (limited to 'core/fxcrt/fxcrt_stream.cpp')
-rw-r--r-- | core/fxcrt/fxcrt_stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fxcrt_stream.cpp b/core/fxcrt/fxcrt_stream.cpp index 48b8a79379..3afe6323b2 100644 --- a/core/fxcrt/fxcrt_stream.cpp +++ b/core/fxcrt/fxcrt_stream.cpp @@ -11,7 +11,7 @@ bool IFX_SeekableWriteStream::WriteBlock(const void* pData, size_t size) { } bool IFX_SeekableReadStream::IsEOF() { - return FALSE; + return false; } FX_FILESIZE IFX_SeekableReadStream::GetPosition() { |