Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoskagami committed Jun 14, 2016
1 parent 1e838c7 commit 113879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/patch/emunand.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ verify_emunand(uint32_t index, uint32_t *off, uint32_t *head)
*off = offset + 1;
*head = offset + 1;

fprintf(stderr, "emunand: found NCSD magic for #%u\n", index);
fprintf(stderr, "emunand: found NCSD magic for %u\n", index);
fprintf(stderr, "emunand: layout is normal\n");
}
// Check for GW EmuNAND on SD
Expand Down

0 comments on commit 113879f

Please sign in to comment.