mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Misc formatting issue.
This commit is contained in:
parent
d4232a1f22
commit
ac89a8788f
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ void nstool::NcaProcess::displayHeader()
|
||||||
if (mContentKey.kak_list[i].decrypted)
|
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, ":"));
|
fmt::print("{:s}", tc::cli::FormatUtil::formatBytesAsString(mContentKey.kak_list[i].dec.data(), mContentKey.kak_list[i].dec.size(), true, ":"));
|
||||||
else
|
else
|
||||||
fmt::print("<unable to decrypt> ");
|
fmt::print("<unable to decrypt> ");
|
||||||
|
|
||||||
fmt::print(" |\n");
|
fmt::print(" |\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue