mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 06:16:55 -04:00
Fix missing space
This commit is contained in:
parent
a22aa99729
commit
9f0e9340dd
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user