mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -05:00
refactor: use new line character instead of std::endl
This commit is contained in:
@ -49,7 +49,7 @@ void AssetDumperRawFile::DumpAsset(AssetDumpingContext& context, XAssetInfo<RawF
|
||||
|
||||
if (ret < 0)
|
||||
{
|
||||
std::cerr << "Inflate failed when attempting to dump rawfile " << rawFile->name << std::endl;
|
||||
std::cerr << "Inflate failed when attempting to dump rawfile " << rawFile->name << "\n";
|
||||
inflateEnd(&zs);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user