summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvbpoints.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-06-11 07:16:42 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-06-11 07:16:42 +0000
commit16f5234d435ee57b65043533f8fa2b105fb15a77 (patch)
treec6f95d84c6a1cb89ced5353230a98e1f61a6938e /src/emu/debug/dvbpoints.h
parent2dc6458ede8c0039e308c994e50acb3b8de2d1ae (diff)
Cleanups and version bumpmame0149
Diffstat (limited to 'src/emu/debug/dvbpoints.h')
-rw-r--r--src/emu/debug/dvbpoints.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/debug/dvbpoints.h b/src/emu/debug/dvbpoints.h
index 36e5c398d7e..be57027c186 100644
--- a/src/emu/debug/dvbpoints.h
+++ b/src/emu/debug/dvbpoints.h
@@ -2,7 +2,7 @@
dvpoints.h
- Breakpoint debugger view.
+ Breakpoint debugger view.
****************************************************************************
@@ -77,7 +77,7 @@ private:
// internal helpers
void enumerate_sources();
bool recompute(offs_t pc, int startline, int lines);
- void pad_astring_to_length(astring& str, int len);
+ void pad_astring_to_length(astring& str, int len);
// internal state
};