diff options
author | Johannes Schickel | 2006-05-28 11:48:14 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-05-28 11:48:14 +0000 |
commit | 1d969e8acd695c21c333c2c67778d4687fff208b (patch) | |
tree | bdc7187f80795b5743f2648edf812fc7bc3dadaf | |
parent | 655288132295264fcf10cd050c3ba4a6885acca8 (diff) | |
download | scummvm-rg350-1d969e8acd695c21c333c2c67778d4687fff208b.tar.gz scummvm-rg350-1d969e8acd695c21c333c2c67778d4687fff208b.tar.bz2 scummvm-rg350-1d969e8acd695c21c333c2c67778d4687fff208b.zip |
removes some tabs.
svn-id: r22710
-rw-r--r-- | engines/kyra/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp index 0deb37368b..4acacf19d9 100644 --- a/engines/kyra/plugin.cpp +++ b/engines/kyra/plugin.cpp @@ -80,7 +80,7 @@ const GameSettings kyra1_games[] = { { "kyra1", "The Legend of Kyrandia", GI_KYRA1, GF_FRENCH | GF_TALKIE, "b037c41768b652a040360ffa3556fd2a", "GEMCUT.PAK" }, { "kyra1", "The Legend of Kyrandia Demo", GI_KYRA1, GF_DEMO | GF_ENGLISH, - "fb722947d94897512b13b50cc84fd648", "DEMO1.WSA" }, + "fb722947d94897512b13b50cc84fd648", "DEMO1.WSA" }, { 0, 0, 0, 0, 0, 0 } }; |