Skip to content

Commit 14471a8

Browse files
committed
Honestly the error output is pretty good... (Closes #2)
1 parent ea0cda9 commit 14471a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nca.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ void nca_save(nca_ctx_t *ctx) {
365365
void nca_process(nca_ctx_t *ctx) {
366366
/* First things first, decrypt header. */
367367
if (!nca_decrypt_header(ctx)) {
368-
fprintf(stderr, "Invalid NCA header!\n");
368+
fprintf(stderr, "Invalid NCA header! Are keys correct?\n");
369369
return;
370370
}
371371

0 commit comments

Comments
 (0)