aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/vocabulary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/vocabulary.cpp')
-rw-r--r--engines/sci/vocabulary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/vocabulary.cpp b/engines/sci/vocabulary.cpp
index 6869a62472..6e1d26e4ac 100644
--- a/engines/sci/vocabulary.cpp
+++ b/engines/sci/vocabulary.cpp
@@ -596,7 +596,7 @@ bool Vocabulary::getBranches() {
int branches_nr = resource->size / 20;
if (branches_nr == 0) {
- warning("Parser tree data is empty!");
+ warning("Parser tree data is empty");
return false;
}