summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/windows/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/windows/window.cpp')
-rw-r--r--src/osd/windows/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/window.cpp b/src/osd/windows/window.cpp
index 418c6c6c8f8..fce936a2440 100644
--- a/src/osd/windows/window.cpp
+++ b/src/osd/windows/window.cpp
@@ -1096,7 +1096,7 @@ int win_window_info::complete_create()
SetWindowLongPtr(hwnd, GWLP_USERDATA, (LONG_PTR)this);
// skip the positioning stuff for -video none */
- if (video_config.mode == VIDEO_MODE_NONE)
+ if (video_config.mode == VIDEO_MODE_NONE)
{
set_renderer(osd_renderer::make_for_type(video_config.mode, shared_from_this()));
renderer().create();