summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger')
-rw-r--r--src/osd/modules/debugger/win/debugviewinfo.c4
-rw-r--r--src/osd/modules/debugger/win/debugwininfo.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/modules/debugger/win/debugviewinfo.c b/src/osd/modules/debugger/win/debugviewinfo.c
index abdddcec931..55b806b0056 100644
--- a/src/osd/modules/debugger/win/debugviewinfo.c
+++ b/src/osd/modules/debugger/win/debugviewinfo.c
@@ -50,7 +50,7 @@ debugview_info::debugview_info(debugger_windows_interface &debugger, debugwin_in
// create the child view
m_wnd = CreateWindowEx(DEBUG_VIEW_STYLE_EX, TEXT("MAMEDebugView"), NULL, DEBUG_VIEW_STYLE,
- 0, 0, 100, 100, parent, NULL, GetModuleHandleUni(), this);
+ 0, 0, 100, 100, parent, NULL, GetModuleHandleUni(), this);
if (m_wnd == NULL)
goto cleanup;
@@ -800,7 +800,7 @@ void debugview_info::register_window_class()
wc.style = 0;
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;
-
+
UnregisterClass(wc.lpszClassName, wc.hInstance);
// register the class; fail if we can't
diff --git a/src/osd/modules/debugger/win/debugwininfo.c b/src/osd/modules/debugger/win/debugwininfo.c
index 4a8223f39fb..078a87c15c7 100644
--- a/src/osd/modules/debugger/win/debugwininfo.c
+++ b/src/osd/modules/debugger/win/debugwininfo.c
@@ -591,7 +591,7 @@ void debugwin_info::register_window_class()
wc.style = 0;
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;
-
+
UnregisterClass(wc.lpszClassName, wc.hInstance);
// register the class; fail if we can't