]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libelf.h (Elf_Data): Whitespace fix.
authorRoland McGrath <roland@redhat.com>
Fri, 12 Dec 2008 05:12:48 +0000 (21:12 -0800)
committerRoland McGrath <roland@redhat.com>
Fri, 12 Dec 2008 05:12:48 +0000 (21:12 -0800)
libelf/ChangeLog
libelf/libelf.h

index 5c603f2f42618cfda92a2badd6c3a9d31010a57d..0567940bece67819beb451fed9970daced1de8d9 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-11  Roland McGrath  <roland@redhat.com>
+
+       * libelf.h (Elf_Data): Whitespace fix.
+
 2008-12-10  Roland McGrath  <roland@redhat.com>
 
        * elf_getarhdr.c (elf_getarhdr): Fix missing rename in last change.
index 54271228afaebaf3e1e057a25d668b18b0995360..dea0d838e4f317025b0fccb8c8cca0cef5ebb3f6 100644 (file)
@@ -95,7 +95,7 @@ typedef struct
   Elf_Type d_type;             /* Type of this piece of data.  */
   unsigned int d_version;      /* ELF version.  */
   size_t d_size;               /* Size in bytes.  */
-  loff_t d_off;                /* Offset into section.  */
+  loff_t d_off;                        /* Offset into section.  */
   size_t d_align;              /* Alignment in section.  */
 } Elf_Data;