Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Jul 17, 2018
1 parent 5c5501b commit ba39919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ int module_start(SceSize argc, const void *args)
break;

case 0xE6A02F2B: // PDEL 3.65 SceShell
offsets[0] = 0x17B9A4;
offsets[1] = 0x400498;
offsets[0] = 0x17B9A4;
offsets[1] = 0x400498;
get_functions_devkit_365();
break;
break;

default:
LOG("SceShell %X NID not recognized", info.module_nid);
Expand Down

0 comments on commit ba39919

Please sign in to comment.