mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nstool] Fixed duplicated output in CnmtProcess
This commit is contained in:
parent
d8800615af
commit
4ba331913e
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ void CnmtProcess::displayCmnt()
|
|||
printf("\n");
|
||||
printf(" Size: 0x%" PRIx64 "\n", (uint64_t)info.size);
|
||||
printf(" Hash: ");
|
||||
fnd::SimpleTextOutput::hexDump(info.hash.bytes, sizeof(info.hash));
|
||||
_HEXDUMP_L(info.hash.bytes, sizeof(info.hash));
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue