diff options
Diffstat (limited to 'src/emu/language.cpp')
-rw-r--r-- | src/emu/language.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/language.cpp b/src/emu/language.cpp index 23a2d251fab..b47605f50c8 100644 --- a/src/emu/language.cpp +++ b/src/emu/language.cpp @@ -2,9 +2,9 @@ // copyright-holders:Miodrag Milanovic /*************************************************************************** - language.cpp + language.cpp - Multi-language support. + Multi-language support. ***************************************************************************/ @@ -75,4 +75,4 @@ void load_translation(emu_options &m_options) } global_free_array(buffer); } -}
\ No newline at end of file +} |