aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2008-08-13 20:37:54 +0000
committerMax Horn2008-08-13 20:37:54 +0000
commit8a84e3a46f5e336ed983f1b9b44f6425a9720082 (patch)
treecde7beab0319883ca56d3c2d7caeb4235cfad91b
parent56c9e3ab04825845c6f6fd9af9f740a5a715c51a (diff)
downloadscummvm-rg350-8a84e3a46f5e336ed983f1b9b44f6425a9720082.tar.gz
scummvm-rg350-8a84e3a46f5e336ed983f1b9b44f6425a9720082.tar.bz2
scummvm-rg350-8a84e3a46f5e336ed983f1b9b44f6425a9720082.zip
cleanup
svn-id: r33847
-rw-r--r--backends/fs/windows/windows-fs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index 77530c6073..2105317a96 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.cpp
@@ -227,8 +227,7 @@ WindowsFilesystemNode::WindowsFilesystemNode(const String &p, const bool current
char path[MAX_PATH];
GetCurrentDirectory(MAX_PATH, path);
_path = path;
- }
- else {
+ } else {
assert(p.size() > 0);
_path = p;
}