mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Add newline to archivebuilder output
Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
parent
02504863e8
commit
84399eebf6
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ void CArchiveBuilder::Build(const OsPath& archive, bool compress)
|
|||
}
|
||||
}
|
||||
|
||||
debug_printf("Finished packaging \"%s\".", archive.string8().c_str());
|
||||
debug_printf("Finished packaging \"%s\".\n", archive.string8().c_str());
|
||||
}
|
||||
|
||||
Status CArchiveBuilder::CollectFileCB(const VfsPath& pathname, const CFileInfo&, const uintptr_t cbData)
|
||||
|
|
|
|||
Loading…
Reference in a new issue