[Scummvm-cvs-logs] scummvm master -> eacf12249793ff696614af6aa4651d83509c22be

eriktorbjorn eriktorbjorn at telia.com
Fri Feb 12 00:15:17 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
eacf122497 SHERLOCK: Silence noisy GCC warning


Commit: eacf12249793ff696614af6aa4651d83509c22be
    https://github.com/scummvm/scummvm/commit/eacf12249793ff696614af6aa4651d83509c22be
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2016-02-12T00:14:22+01:00

Commit Message:
SHERLOCK: Silence noisy GCC warning

Changed paths:
    engines/sherlock/fixed_text.h



diff --git a/engines/sherlock/fixed_text.h b/engines/sherlock/fixed_text.h
index e4b09fd..3eae60e 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;






More information about the Scummvm-git-logs mailing list