summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/debug/dvtext.h')
-rw-r--r--src/emu/debug/dvtext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/debug/dvtext.h b/src/emu/debug/dvtext.h
index dcaa02eaa74..d46db988701 100644
--- a/src/emu/debug/dvtext.h
+++ b/src/emu/debug/dvtext.h
@@ -65,9 +65,9 @@ protected:
private:
// internal state
- text_buffer & m_textbuf; /* pointer to the text buffer */
- bool m_at_bottom; /* are we tracking new stuff being added? */
- UINT32 m_topseq; /* sequence number of the top line */
+ text_buffer & m_textbuf; /* pointer to the text buffer */
+ bool m_at_bottom; /* are we tracking new stuff being added? */
+ UINT32 m_topseq; /* sequence number of the top line */
};