]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Typo
authorRoland McGrath <roland@redhat.com>
Fri, 8 May 2009 01:58:14 +0000 (18:58 -0700)
committerRoland McGrath <roland@redhat.com>
Fri, 8 May 2009 01:58:14 +0000 (18:58 -0700)
libdw/dwarf_getmacros.c

index 4220ebefbeae59e6d70e7241fe623a3e6cd3774c..b9ec34b9983f43991ae5f2ba5c17bcb40d8a01fe 100644 (file)
@@ -65,7 +65,7 @@ dwarf_getmacros (die, callback, arg, offset)
      void *arg;
      ptrdiff_t offset;
 {
-  if (d == NULL)
+  if (die == NULL)
     return -1;
 
   Elf_Data *d = die->cu->dbg->sectiondata[IDX_debug_macinfo];