aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-28 12:30:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-28 12:30:24 +0100
commit083e172641b64c564b7ec5478197dccbde43b421 (patch)
treeed2cbfa8c4ad1c39a25c84bce8eb6ff224b623ed /modutils
parent6b9f1633537e2ff06eb1a0741e4598a294f40fcb (diff)
downloadbusybox-083e172641b64c564b7ec5478197dccbde43b421.tar.gz
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils')
-rw-r--r--modutils/modutils-24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modutils-24.c b/modutils/modutils-24.c
index 4ede01fe8..442e80f2f 100644
--- a/modutils/modutils-24.c
+++ b/modutils/modutils-24.c
@@ -1570,7 +1570,7 @@ arch_apply_relocation(struct obj_file *f,
#endif
default:
- printf("Warning: unhandled reloc %d\n",(int)ELF_R_TYPE(rel->r_info));
+ printf("Warning: unhandled reloc %d\n", (int)ELF_R_TYPE(rel->r_info));
ret = obj_reloc_unhandled;
break;