From f5d8c90d73777d912ddffea9dd7c537c3a1a43a5 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 26 Jun 2008 14:32:57 +0000 Subject: style fixes, no code changes --- modutils/insmod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modutils') diff --git a/modutils/insmod.c b/modutils/insmod.c index 3fbb02b..4ac1a1e 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -2893,7 +2893,7 @@ new_init_module(const char *m_name, struct obj_file *f, unsigned long m_size) sec = obj_find_section(f, ".this"); if (!sec || !sec->contents) { - bb_perror_msg_and_die("corrupt module %s?",m_name); + bb_perror_msg_and_die("corrupt module %s?", m_name); } module = (struct new_module *) sec->contents; m_addr = sec->header.sh_addr; -- cgit v1.1