Misc formatting issue.

This commit is contained in:
jakcron 2021-10-16 14:28:35 +08:00
parent d4232a1f22
commit ac89a8788f

View file

@ -460,7 +460,7 @@ void nstool::NcaProcess::displayHeader()
if (mContentKey.kak_list[i].decrypted)
fmt::print("{:s}", tc::cli::FormatUtil::formatBytesAsString(mContentKey.kak_list[i].dec.data(), mContentKey.kak_list[i].dec.size(), true, ":"));
else
fmt::print("<unable to decrypt> ");
fmt::print("<unable to decrypt> ");
fmt::print(" |\n");
}