summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvtext.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/emu/debug/dvtext.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/emu/debug/dvtext.c')
-rw-r--r--src/emu/debug/dvtext.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/debug/dvtext.c b/src/emu/debug/dvtext.c
index 8e42b182f86..d8b216a19cb 100644
--- a/src/emu/debug/dvtext.c
+++ b/src/emu/debug/dvtext.c
@@ -54,9 +54,9 @@
debug_view_textbuf::debug_view_textbuf(running_machine &machine, debug_view_type type, debug_view_osd_update_func osdupdate, void *osdprivate, text_buffer &textbuf)
: debug_view(machine, type, osdupdate, osdprivate),
- m_textbuf(textbuf),
- m_at_bottom(true),
- m_topseq(0)
+ m_textbuf(textbuf),
+ m_at_bottom(true),
+ m_topseq(0)
{
}