diff options
author | Denis Vlasenko | 2008-06-26 14:32:57 +0000 |
---|---|---|
committer | Denis Vlasenko | 2008-06-26 14:32:57 +0000 |
commit | f5d8c90d73777d912ddffea9dd7c537c3a1a43a5 (patch) | |
tree | a358be6a258f4c7c8905f1809737e74413df26c6 /modutils | |
parent | 2649f215aecf923713d2f9a379cf651437ddf499 (diff) | |
download | busybox-f5d8c90d73777d912ddffea9dd7c537c3a1a43a5.zip busybox-f5d8c90d73777d912ddffea9dd7c537c3a1a43a5.tar.gz |
style fixes, no code changes
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |