summaryrefslogtreecommitdiffstats
path: root/libebl/eblgotpcreloccheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'libebl/eblgotpcreloccheck.c')
-rw-r--r--libebl/eblgotpcreloccheck.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libebl/eblgotpcreloccheck.c b/libebl/eblgotpcreloccheck.c
index 55625de3..7c9c079c 100644
--- a/libebl/eblgotpcreloccheck.c
+++ b/libebl/eblgotpcreloccheck.c
@@ -36,9 +36,7 @@
bool
-ebl_gotpc_reloc_check (ebl, reloc)
- Ebl *ebl;
- int reloc;
+ebl_gotpc_reloc_check (Ebl *ebl, int reloc)
{
return ebl != NULL ? ebl->gotpc_reloc_check (ebl->elf, reloc) : false;
}