aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/detection.cpp
diff options
context:
space:
mode:
authorsirlemonhead2015-05-18 18:20:54 +0100
committersirlemonhead2015-05-18 18:23:47 +0100
commitda9333a924d945c3bd59eb1f8d3dd17d86b5d572 (patch)
tree74f9eb1a0a3817113773f121f223bb548d4a056b /engines/sherlock/detection.cpp
parent5e351b6bf3988b33a6af952331039083c3b2aff8 (diff)
downloadscummvm-rg350-da9333a924d945c3bd59eb1f8d3dd17d86b5d572.tar.gz
scummvm-rg350-da9333a924d945c3bd59eb1f8d3dd17d86b5d572.tar.bz2
scummvm-rg350-da9333a924d945c3bd59eb1f8d3dd17d86b5d572.zip
SHERLOCK: Fix code formatting issues and comment spelling mistakes
Diffstat (limited to 'engines/sherlock/detection.cpp')
-rw-r--r--engines/sherlock/detection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sherlock/detection.cpp b/engines/sherlock/detection.cpp
index 2804ec1d31..00f6a1256e 100644
--- a/engines/sherlock/detection.cpp
+++ b/engines/sherlock/detection.cpp
@@ -66,7 +66,7 @@ static const ADExtraGuiOptionsMap optionsList[] = {
GAMEOPTION_ORIGINAL_SAVES,
{
_s("Use original savegame dialog"),
- _s("Files button in-game shows original savegame dialog rather than ScummVM menu"),
+ _s("Files button in-game shows original savegame dialog rather than the ScummVM menu"),
"originalsaveload",
false
}
@@ -197,7 +197,7 @@ SaveStateDescriptor SherlockMetaEngine::querySaveMetaInfos(const char *target, i
#if PLUGIN_ENABLED_DYNAMIC(SHERLOCK)
-REGISTER_PLUGIN_DYNAMIC(SHERLOCK, PLUGIN_TYPE_ENGINE, SherlockMetaEngine);
+ REGISTER_PLUGIN_DYNAMIC(SHERLOCK, PLUGIN_TYPE_ENGINE, SherlockMetaEngine);
#else
-REGISTER_PLUGIN_STATIC(SHERLOCK, PLUGIN_TYPE_ENGINE, SherlockMetaEngine);
+ REGISTER_PLUGIN_STATIC(SHERLOCK, PLUGIN_TYPE_ENGINE, SherlockMetaEngine);
#endif