summaryrefslogtreecommitdiffstats
path: root/libdw/dwarf_getstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/dwarf_getstring.c')
-rw-r--r--libdw/dwarf_getstring.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libdw/dwarf_getstring.c b/libdw/dwarf_getstring.c
index 672bb27e..5620cb07 100644
--- a/libdw/dwarf_getstring.c
+++ b/libdw/dwarf_getstring.c
@@ -36,10 +36,7 @@
const char *
-dwarf_getstring (dbg, offset, lenp)
- Dwarf *dbg;
- Dwarf_Off offset;
- size_t *lenp;
+dwarf_getstring (Dwarf *dbg, Dwarf_Off offset, size_t *lenp)
{
if (dbg == NULL)
return NULL;