From 3abcaee63ff285514e8b51a60949c97a7dfa5304 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 24 Feb 2016 07:46:57 +0100 Subject: Cleanups and version bump --- src/emu/ui/datfile.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/emu/ui/datfile.cpp') diff --git a/src/emu/ui/datfile.cpp b/src/emu/ui/datfile.cpp index 9171242d072..7a5ebb57e6f 100644 --- a/src/emu/ui/datfile.cpp +++ b/src/emu/ui/datfile.cpp @@ -25,7 +25,7 @@ static std::string TAG_COMMAND("$cmd"); static std::string TAG_END("$end"); static std::string TAG_DRIVER("$drv"); static std::string TAG_STORY("$story"); -static std::string TAG_HISTORY_R("## REVISION:"); +static std::string TAG_HISTORY_R("## REVISION:"); static std::string TAG_MAMEINFO_R("# MAMEINFO.DAT"); static std::string TAG_MESSINFO_R("# MESSINFO.DAT"); static std::string TAG_SYSINFO_R("# This file was generated on"); @@ -540,7 +540,7 @@ int datfile_manager::index_datafile(dataindex &index, int &swcount) } //--------------------------------------------------------- -// parseopen - Open up file for reading +// parseopen - Open up file for reading //--------------------------------------------------------- bool datfile_manager::parseopen(const char *filename) { @@ -647,4 +647,4 @@ void datfile_manager::command_sub_menu(const game_driver *drv, std::vector