aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/detection.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-09 11:18:19 +0000
committerJohannes Schickel2010-10-09 11:18:19 +0000
commit571fe5d21eb7967974e5492ff8beab4545de7720 (patch)
tree7cf1678d0e4fc96672346dea2a952cc604e0e4fb /engines/toon/detection.cpp
parenteef9f7b57b493cfb7712fd47cb961d16e8ce878d (diff)
downloadscummvm-rg350-571fe5d21eb7967974e5492ff8beab4545de7720.tar.gz
scummvm-rg350-571fe5d21eb7967974e5492ff8beab4545de7720.tar.bz2
scummvm-rg350-571fe5d21eb7967974e5492ff8beab4545de7720.zip
TOON: Constify some more tables.
svn-id: r53099
Diffstat (limited to 'engines/toon/detection.cpp')
-rw-r--r--engines/toon/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/detection.cpp b/engines/toon/detection.cpp
index 4c5996edd8..a0017f2571 100644
--- a/engines/toon/detection.cpp
+++ b/engines/toon/detection.cpp
@@ -102,7 +102,7 @@ static const ADFileBasedFallback fileBasedFallback[] = {
} // End of namespace Toon
-static const char *directoryGlobs[] = {
+static const char * const directoryGlobs[] = {
"misc",
"act1",
"arcaddbl",