summaryrefslogtreecommitdiffstats
path: root/libasm/asm_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'libasm/asm_fill.c')
-rw-r--r--libasm/asm_fill.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libasm/asm_fill.c b/libasm/asm_fill.c
index 6b92bc36..62d9d732 100644
--- a/libasm/asm_fill.c
+++ b/libasm/asm_fill.c
@@ -39,10 +39,7 @@
int
-asm_fill (asmscn, bytes, len)
- AsmScn_t *asmscn;
- void *bytes;
- size_t len;
+asm_fill (AsmScn_t *asmscn, void *bytes, size_t len)
{
struct FillPattern *pattern;
struct FillPattern *old_pattern;