Skip to content

Commit

Permalink
Fix...
Browse files Browse the repository at this point in the history
Fix that so it lines up on screen properly.
  • Loading branch information
Shadowtrance committed Jun 9, 2015
1 parent 0fca9c7 commit 46c1d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/decryptor/titlekey.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static const u8 common_keyy[6][16] = {
u32 DecryptTitlekeys(void)
{
EncKeysInfo *info = (EncKeysInfo*)0x20316000;

newline(3);
Debug("Opening encTitleKeys.bin ...");
if(!FileOpen("/encTitleKeys.bin"))
{
Expand Down

0 comments on commit 46c1d7f

Please sign in to comment.