diff options
-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; |