summaryrefslogtreecommitdiff
path: root/libdw/dwarf_getattrs.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-18 20:02:36 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-18 20:02:36 +0000
commitc57b65cf3b1a7a19b25fdac91e83c514fd93e565 (patch)
tree2683b1fb2a19ecea7a2da40c96e5f752ec9e7e13 /libdw/dwarf_getattrs.c
parent35f08c4d52d0ffd9f8aa50f47b84de5603842b1f (diff)
downloadelfutils-c57b65cf3b1a7a19b25fdac91e83c514fd93e565.tar.gz
Minimal cleanups after merge.
Diffstat (limited to 'libdw/dwarf_getattrs.c')
-rw-r--r--libdw/dwarf_getattrs.c2
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);