From 16344ab6a82be048fd45581a83b5dd99db1d741d Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 8 Sep 2011 19:51:51 +0200 Subject: HUGO: Made some static data const. --- engines/hugo/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo') diff --git a/engines/hugo/parser.cpp b/engines/hugo/parser.cpp index 38a8e4e3ff..bbf6c39f13 100644 --- a/engines/hugo/parser.cpp +++ b/engines/hugo/parser.cpp @@ -449,7 +449,7 @@ const char *Parser::findVerb() const { */ void Parser::showDosInventory() const { debugC(1, kDebugParser, "showDosInventory()"); - static const char *blanks = " "; + static const char *const blanks = " "; uint16 index = 0, len1 = 0, len2 = 0; for (int i = 0; i < _vm->_object->_numObj; i++) { // Find widths of 2 columns -- cgit v1.2.3