summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/sdl/video.c')
-rw-r--r--src/osd/sdl/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/video.c b/src/osd/sdl/video.c
index ccbe5013190..a5b130cd87f 100644
--- a/src/osd/sdl/video.c
+++ b/src/osd/sdl/video.c
@@ -134,7 +134,7 @@ bool sdl_osd_interface::video_init()
void sdl_osd_interface::video_exit()
{
window_exit();
-
+
// free all of our monitor information
while (sdl_monitor_list != NULL)
{