aboutsummaryrefslogtreecommitdiff
path: root/engines/gnap/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gnap/detection.cpp')
-rw-r--r--engines/gnap/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp
index cb4802c4cd..79fafd4e5f 100644
--- a/engines/gnap/detection.cpp
+++ b/engines/gnap/detection.cpp
@@ -89,9 +89,9 @@ bool GnapMetaEngine::hasFeature(MetaEngineFeature f) const {
(f == kSupportsDeleteSave) ||
(f == kSavesSupportMetaInfo) ||
(f == kSavesSupportCreationDate);
-#if 0
+#if 0
(f == kSavesSupportThumbnail) ||
-#endif
+#endif
}
bool Gnap::GnapEngine::hasFeature(EngineFeature f) const {