From 113879ffddd882e46bd00f5a9118403d2d6982bc Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Tue, 14 Jun 2016 15:16:08 -0400 Subject: [PATCH] Minor cleanup --- source/patch/emunand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/patch/emunand.c b/source/patch/emunand.c index 7cc3aba..7b45153 100644 --- a/source/patch/emunand.c +++ b/source/patch/emunand.c @@ -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 -- 2.39.5