From d66ae58cd87c78b76652ecf750371b1e005d44de Mon Sep 17 00:00:00 2001 From: Krzysztof Halasa Date: Tue, 21 Dec 2010 00:02:02 +0100 Subject: Cosmetic fixes, including format attributes for printf() and friends. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Krzysztof HaƂasa Signed-off-by: Sascha Hauer --- commands/crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/crc.c') diff --git a/commands/crc.c b/commands/crc.c index 0873a1c07e..993074c746 100644 --- a/commands/crc.c +++ b/commands/crc.c @@ -134,7 +134,7 @@ static int do_crc(struct command *cmdtp, int argc, char *argv[]) #endif if (verify && crc != vcrc) { - printf(" != 0x%08x ** ERROR **", vcrc); + printf(" != 0x%08lx ** ERROR **", vcrc); err = 1; } -- cgit v1.2.3