Fix missing space

This commit is contained in:
Marcus Holland-Moritz 2021-03-22 17:54:53 +01:00
parent a22aa99729
commit 9f0e9340dd

View File

@ -847,7 +847,7 @@ int mkdwarfs(int argc, char** argv) {
err << "without errors"; err << "without errors";
} }
ti << "filesystem " << (recompress ? "rewritten" : "created ") << err.str(); ti << "filesystem " << (recompress ? "rewritten " : "created ") << err.str();
return prog.errors > 0; return prog.errors > 0;
} }