From c3ce2087bb42ca43f28cdef332ee2772e6feb6c3 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 12 Jul 2009 08:51:57 +0000 Subject: Add missing quotation mark to error message. svn-id: r42406 --- engines/kyra/script.cpp | 2 +- engines/kyra/script_tim.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/kyra/script.cpp b/engines/kyra/script.cpp index 0473f03591..726c013b5a 100644 --- a/engines/kyra/script.cpp +++ b/engines/kyra/script.cpp @@ -125,7 +125,7 @@ bool EMCInterpreter::load(const char *filename, EMCData *scriptData, const Commo error("No DATA chunk found in file: '%s'", filename); if (stream->err()) - error("Read error while parsing file '%s", filename); + error("Read error while parsing file '%s'", filename); delete stream; diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp index 424a62aaf8..bc62e5bd6a 100644 --- a/engines/kyra/script_tim.cpp +++ b/engines/kyra/script_tim.cpp @@ -169,7 +169,7 @@ TIM *TIMInterpreter::load(const char *filename, const Common::Arrayerr()) - error("Read error while parsing file '%s", filename); + error("Read error while parsing file '%s'", filename); delete stream; -- cgit v1.2.3