Formatting.

svn-id: r33879
This commit is contained in:
Johannes Schickel 2008-08-14 22:11:56 +00:00
parent 027e6c51a8
commit 7b87867a48

View File

@ -186,7 +186,7 @@ bool Resource::loadPakFile(const Common::String &filename) {
if (iter == _map.end()) {
// We do an internal check for a file in gamepath with same filename to
// allow overwriting files inside archives with plain files inside the
// game directory
// game directory
checkFile(i->filename);
// A new file entry, so we just insert it into the file map.