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) |
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, #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; |