diff options
Diffstat (limited to 'backends/fs')
| -rw-r--r-- | backends/fs/windows/windows-fs.cpp | 3 | 
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;  	}  | 
