diff options
Diffstat (limited to 'libdw/dwarf_getattrs.c')
| -rw-r--r-- | libdw/dwarf_getattrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/dwarf_getattrs.c b/libdw/dwarf_getattrs.c index 876475e6..35951304 100644 --- a/libdw/dwarf_getattrs.c +++ b/libdw/dwarf_getattrs.c @@ -96,7 +96,7 @@ dwarf_getattrs (Dwarf_Die *die, int (*callback) (Dwarf_Attribute *, void *), /* Get attribute name and form. */ Dwarf_Attribute attr; - const unsigned char * remembered_attrp = attrp; + const unsigned char *remembered_attrp = attrp; // XXX Fix bound checks get_uleb128 (attr.code, attrp); |
