diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-28 12:30:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-28 12:30:24 +0100 |
commit | 083e172641b64c564b7ec5478197dccbde43b421 (patch) | |
tree | ed2cbfa8c4ad1c39a25c84bce8eb6ff224b623ed /modutils/modutils-24.c | |
parent | 6b9f1633537e2ff06eb1a0741e4598a294f40fcb (diff) | |
download | busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.tar.gz busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.tar.bz2 busybox-w32-083e172641b64c564b7ec5478197dccbde43b421.zip |
style fixes, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/modutils-24.c')
-rw-r--r-- | modutils/modutils-24.c | 2 |
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, | |||
1570 | #endif | 1570 | #endif |
1571 | 1571 | ||
1572 | default: | 1572 | default: |
1573 | printf("Warning: unhandled reloc %d\n",(int)ELF_R_TYPE(rel->r_info)); | 1573 | printf("Warning: unhandled reloc %d\n", (int)ELF_R_TYPE(rel->r_info)); |
1574 | ret = obj_reloc_unhandled; | 1574 | ret = obj_reloc_unhandled; |
1575 | break; | 1575 | break; |
1576 | 1576 | ||