diff options
author | Torbjörn Andersson | 2016-02-12 00:14:22 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2016-02-12 00:14:22 +0100 |
commit | eacf12249793ff696614af6aa4651d83509c22be (patch) | |
tree | 80a7cf5da7dd8ca708d14e683f07b715954b39b5 | |
parent | f25b260c65582aeb31118f2f224ae0f9720dfcd1 (diff) | |
download | scummvm-rg350-eacf12249793ff696614af6aa4651d83509c22be.tar.gz scummvm-rg350-eacf12249793ff696614af6aa4651d83509c22be.tar.bz2 scummvm-rg350-eacf12249793ff696614af6aa4651d83509c22be.zip |
SHERLOCK: Silence noisy GCC warning
-rw-r--r-- | engines/sherlock/fixed_text.h | 2 |
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; |