From a01e54d2015ea692e96f8909b3b1a75e0443445e Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sat, 26 Jan 2013 12:40:48 +0100 Subject: treewide: fix format specifiers Signed-off-by: Sascha Hauer --- common/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/module.c') diff --git a/common/module.c b/common/module.c index 4cb8ef39ff..109fe5cd00 100644 --- a/common/module.c +++ b/common/module.c @@ -104,7 +104,7 @@ static int simplify_symbols(Elf32_Shdr *sechdrs, sym[i].st_value = resolve_symbol(sechdrs, strtab + sym[i].st_name); - debug("undef : %20s 0x%08x 0x%08lx\n", strtab + sym[i].st_name, sym[i].st_value); + debug("undef : %20s 0x%08x\n", strtab + sym[i].st_name, sym[i].st_value); /* Ok if resolved. */ if (sym[i].st_value != 0) -- cgit v1.2.3