aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/util.cpp')
-rw-r--r--engines/wage/util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wage/util.cpp b/engines/wage/util.cpp
index 74f2cf5c18..4f85612bd3 100644
--- a/engines/wage/util.cpp
+++ b/engines/wage/util.cpp
@@ -84,6 +84,8 @@ const char *getIndefiniteArticle(const Common::String &word) {
case 'o': case 'O':
case 'u': case 'U':
return "an ";
+ default:
+ break;
}
return "a ";
}