diff options
author | Travis Howell | 2009-04-04 03:52:21 +0000 |
---|---|---|
committer | Travis Howell | 2009-04-04 03:52:21 +0000 |
commit | 7816c988921d21d6c7ccf25a94f7e7e5ec69c08f (patch) | |
tree | 84067725e1e7618b1b7f93fe6be68b6b6511f0ac /engines/scumm | |
parent | 89d457fc0f4c64ddb51fbc3eeeccc75f25da7adc (diff) | |
download | scummvm-rg350-7816c988921d21d6c7ccf25a94f7e7e5ec69c08f.tar.gz scummvm-rg350-7816c988921d21d6c7ccf25a94f7e7e5ec69c08f.tar.bz2 scummvm-rg350-7816c988921d21d6c7ccf25a94f7e7e5ec69c08f.zip |
Ooops, remove excess space.
svn-id: r39826
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index e647781590..13fb7ce4c6 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -771,8 +771,8 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "puttzoo", "puttzoo", kGenHEPC, UNK_LANG, UNK, 0 }, { "puttzoo", "Puttzoo Demo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "puttzoo", "PuttZoo", kGenHEMac, UNK_LANG, Common::kPlatformMacintosh, 0 }, - { "puttzoo", "T\xC3\xB6""ff-T\xC3\xB6""ff\xE2\x84\xA2 Zoo", kGenHEPC, Common::DE_DEU, UNK, 0 }, // UTF-8 encoding - { "puttzoo", "T\xF6""ff-T""\xF6""ff\x99 Zoo", kGenHEPC, Common::DE_DEU, UNK, 0 }, // Windows encoding + { "puttzoo", "T\xC3\xB6""ff-T\xC3\xB6""ff\xE2\x84\xA2Zoo", kGenHEPC, Common::DE_DEU, UNK, 0 }, // UTF-8 encoding + { "puttzoo", "T\xF6""ff-T""\xF6""ff\x99Zoo", kGenHEPC, Common::DE_DEU, UNK, 0 }, // Windows encoding { "puttzoo", "T\xC3\xB6""ff-T\xC3\xB6""ff\xE2\x84\xA2 Zoo Demo", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, // UTF-8 encoding { "puttzoo", "T\xF6""ff-T""\xF6""ff\x99 Zoo Demo", kGenHEMac, Common::DE_DEU, Common::kPlatformMacintosh, 0 }, // Windows encoding { "puttzoo", "zoodemo", kGenHEPC, UNK_LANG, UNK, 0 }, |