diff options
author | Johannes Schickel | 2010-12-03 19:01:52 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-12-03 19:01:52 +0000 |
commit | 7f533ba2536beb4ac7215c6e051a28b8e0a9fb46 (patch) | |
tree | 49ed38daa8c52890f2532a440d4107fe3e2cffbc /backends | |
parent | 878674809e96e563404343e8b28125d3af775929 (diff) | |
download | scummvm-rg350-7f533ba2536beb4ac7215c6e051a28b8e0a9fb46.tar.gz scummvm-rg350-7f533ba2536beb4ac7215c6e051a28b8e0a9fb46.tar.bz2 scummvm-rg350-7f533ba2536beb4ac7215c6e051a28b8e0a9fb46.zip |
DC: Remove extra semicolon. (Should fix compiliation hopefully).
svn-id: r54753
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/dc/dcmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/dc/dcmain.cpp b/backends/platform/dc/dcmain.cpp index 8c9cf56a56..38caee1cfa 100644 --- a/backends/platform/dc/dcmain.cpp +++ b/backends/platform/dc/dcmain.cpp @@ -288,7 +288,7 @@ namespace DC_Flash { else return -1; } -}; +} // End of namespace DC_Flash Common::String OSystem_Dreamcast::getSystemLanguage() const { static const char *languages[] = { |