summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.c')
-rw-r--r--src/emu/video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video.c b/src/emu/video.c
index 425c86020eb..d7bf0f41284 100644
--- a/src/emu/video.c
+++ b/src/emu/video.c
@@ -458,7 +458,7 @@ void video_manager::begin_recording(const char *name, movie_format format)
filerr = m_mngfile->open(name);
else
filerr = open_next(*m_mngfile, "mng");
-
+
if (filerr == FILERR_NONE)
{
// start the capture
@@ -1096,7 +1096,7 @@ void video_manager::create_snapshot_bitmap(device_t *screen)
//-------------------------------------------------
// open_next - open the next non-existing file of
-// type filetype according to our numbering
+// type filetype according to our numbering
// scheme
//-------------------------------------------------