summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/winmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/winmain.c')
-rw-r--r--src/osd/windows/winmain.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osd/windows/winmain.c b/src/osd/windows/winmain.c
index ac77a688cc5..dfa1ad5d73c 100644
--- a/src/osd/windows/winmain.c
+++ b/src/osd/windows/winmain.c
@@ -682,8 +682,8 @@ void windows_osd_interface::init(running_machine &machine)
}
// initialize sockets
- win_init_sockets();
-
+ win_init_sockets();
+
// note the existence of a machine
g_current_machine = &machine;
}
@@ -700,7 +700,7 @@ void windows_osd_interface::osd_exit(running_machine &machine)
// cleanup sockets
win_cleanup_sockets();
-
+
// take down the watchdog thread if it exists
if (watchdog_thread != NULL)
{