X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libasm%2Fasm_addstrz.c;h=26e06bb27ef840dae1c1614a1797099f90e43e87;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=87663f3a8464629c97cb2a6746c2b744f6ecd351;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/libasm/asm_addstrz.c b/libasm/asm_addstrz.c index 87663f3..26e06bb 100644 --- a/libasm/asm_addstrz.c +++ b/libasm/asm_addstrz.c @@ -40,10 +40,7 @@ /* Add zero terminated string STR of size LEN to (sub)section ASMSCN. */ int -asm_addstrz (asmscn, str, len) - AsmScn_t *asmscn; - const char *str; - size_t len; +asm_addstrz (AsmScn_t *asmscn, const char *str, size_t len) { if (asmscn == NULL) return -1;