diff options
author | Strangerke | 2014-12-17 23:22:50 +0100 |
---|---|---|
committer | Strangerke | 2014-12-17 23:22:50 +0100 |
commit | beba3cd3f21f60ba560a7af3485389c0f3dcc065 (patch) | |
tree | 47ea6b355d1ac7c2fdb36e5a8802f0603515e1e9 /engines/access | |
parent | a9903237034859883618de2b86a08fe5ec572881 (diff) | |
download | scummvm-rg350-beba3cd3f21f60ba560a7af3485389c0f3dcc065.tar.gz scummvm-rg350-beba3cd3f21f60ba560a7af3485389c0f3dcc065.tar.bz2 scummvm-rg350-beba3cd3f21f60ba560a7af3485389c0f3dcc065.zip |
ACCESS: Fix indentation issue pointed out by _sev
Diffstat (limited to 'engines/access')
-rw-r--r-- | engines/access/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/detection.cpp b/engines/access/detection.cpp index abd560404b..1903bf213f 100644 --- a/engines/access/detection.cpp +++ b/engines/access/detection.cpp @@ -77,7 +77,7 @@ Common::Platform AccessEngine::getPlatform() const { static const PlainGameDescriptor AccessGames[] = { {"Access", "Access"}, {"amazon", "Amazon: Guardians of Eden"}, - { "martian", "Martian Memorandum"}, + {"martian", "Martian Memorandum"}, {0, 0} }; |