diff options
author | 2016-02-24 07:46:57 +0100 | |
---|---|---|
committer | 2016-02-24 07:46:57 +0100 | |
commit | 3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch) | |
tree | 63e6be46c1932606689f9bfacc920d69cfc4b51f /src/emu/language.cpp | |
parent | 0cbd8782119b140920097a2bee76f36aef014be9 (diff) |
Cleanups and version bump
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 +} |