aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJonathan Gray2004-01-06 12:52:08 +0000
committerJonathan Gray2004-01-06 12:52:08 +0000
commit1356d4c35415c09830a15c9689087a7a3336149d (patch)
treeb68fb9405c76c1e3fe582f24b4183c9cc122299a /common
parent033ff78ae97e2ef8580abe6abe8e11a32e5287c9 (diff)
downloadscummvm-rg350-1356d4c35415c09830a15c9689087a7a3336149d.tar.gz
scummvm-rg350-1356d4c35415c09830a15c9689087a7a3336149d.tar.bz2
scummvm-rg350-1356d4c35415c09830a15c9689087a7a3336149d.zip
add missing comma to ensure all directories are checked
svn-id: r12177
Diffstat (limited to 'common')
-rw-r--r--common/file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/file.cpp b/common/file.cpp
index d672668e8f..d1b4552bde 100644
--- a/common/file.cpp
+++ b/common/file.cpp
@@ -85,7 +85,7 @@ FILE *File::fopenNoCase(const char *filename, const char *directory, const char
"CLUSTERS/",
"clusters/",
"SPEECH/",
- "speech/"
+ "speech/",
"SWORD2/",
"sword2/"
};