diff options
Diffstat (limited to 'src/emu/debug/textbuf.cpp')
-rw-r--r-- | src/emu/debug/textbuf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debug/textbuf.cpp b/src/emu/debug/textbuf.cpp index 48a6f71c5fd..fea5ed31c9c 100644 --- a/src/emu/debug/textbuf.cpp +++ b/src/emu/debug/textbuf.cpp @@ -69,7 +69,7 @@ struct text_buffer buffer_space - return the number of bytes available in the buffer -------------------------------------------------*/ - + s32 buffer_space() const noexcept { return bufsize - buffer_used(); |