Skip to content

Commit

Permalink
Honestly the error output is pretty good... (Closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
SciresM committed Feb 7, 2018
1 parent ea0cda9 commit 14471a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nca.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ void nca_save(nca_ctx_t *ctx) {
void nca_process(nca_ctx_t *ctx) {
/* First things first, decrypt header. */
if (!nca_decrypt_header(ctx)) {
fprintf(stderr, "Invalid NCA header!\n");
fprintf(stderr, "Invalid NCA header! Are keys correct?\n");
return;
}

Expand Down

0 comments on commit 14471a8

Please sign in to comment.