diff options
Diffstat (limited to 'src/emu/ui/datfile.cpp')
-rw-r--r-- | src/emu/ui/datfile.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<std:: menuitems.push_back(elem.first); parseclose(); } -}
\ No newline at end of file +} |