summaryrefslogtreecommitdiffstats
path: root/libebl/eblcopyrelocp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libebl/eblcopyrelocp.c')
-rw-r--r--libebl/eblcopyrelocp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libebl/eblcopyrelocp.c b/libebl/eblcopyrelocp.c
index 702f8c7c..0458c4f7 100644
--- a/libebl/eblcopyrelocp.c
+++ b/libebl/eblcopyrelocp.c
@@ -35,9 +35,7 @@
bool
-ebl_copy_reloc_p (ebl, reloc)
- Ebl *ebl;
- int reloc;
+ebl_copy_reloc_p (Ebl *ebl, int reloc)
{
return ebl->copy_reloc_p (reloc);
}