aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2016-02-12 00:14:22 +0100
committerTorbjörn Andersson2016-02-12 00:14:22 +0100
commiteacf12249793ff696614af6aa4651d83509c22be (patch)
tree80a7cf5da7dd8ca708d14e683f07b715954b39b5 /engines
parentf25b260c65582aeb31118f2f224ae0f9720dfcd1 (diff)
downloadscummvm-rg350-eacf12249793ff696614af6aa4651d83509c22be.tar.gz
scummvm-rg350-eacf12249793ff696614af6aa4651d83509c22be.tar.bz2
scummvm-rg350-eacf12249793ff696614af6aa4651d83509c22be.zip
SHERLOCK: Silence noisy GCC warning
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/fixed_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/fixed_text.h b/engines/sherlock/fixed_text.h
index e4b09fdc4c..3eae60e1c3 100644
--- a/engines/sherlock/fixed_text.h
+++ b/engines/sherlock/fixed_text.h
@@ -67,7 +67,7 @@ enum FixedJournalTextId {
kFixedJournalText_ThenTheInspectorAsked,
kFixedJournalText_ThenTheInspectorSaid,
kFixedJournalText_ThenPersonAsked,
- kFixedJournalText_ThenPersonSaid,
+ kFixedJournalText_ThenPersonSaid
};
class SherlockEngine;