summaryrefslogtreecommitdiffstats
path: root/libebl/eblretval.c
diff options
context:
space:
mode:
Diffstat (limited to 'libebl/eblretval.c')
-rw-r--r--libebl/eblretval.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libebl/eblretval.c b/libebl/eblretval.c
index 056a5493..7c039824 100644
--- a/libebl/eblretval.c
+++ b/libebl/eblretval.c
@@ -35,10 +35,8 @@
int
-ebl_return_value_location (ebl, functypedie, locops)
- Ebl *ebl;
- Dwarf_Die *functypedie;
- const Dwarf_Op **locops;
+ebl_return_value_location (Ebl *ebl, Dwarf_Die *functypedie,
+ const Dwarf_Op **locops)
{
return ebl == NULL ? -1 : ebl->return_value_location (functypedie, locops);
}