summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--loader/filesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/filesystem.cpp b/loader/filesystem.cpp
index f3a72365..b86915d4 100644
--- a/loader/filesystem.cpp
+++ b/loader/filesystem.cpp
@@ -32,7 +32,7 @@ bool loader_impl::chdir(StringView pathname)
if (ret)
{
Error err;
- err << "chdir: can't change directory to" << pathname << Error::nospace << ": ";
+ err << "chdir: can't change directory to" << pathname << Error::nospace << ":";
Corrade::Utility::Implementation::printErrnoErrorString(err, errno);
}
return !ret;