summaryrefslogtreecommitdiffstats
path: root/libelf/libelf.h
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2008-12-11 21:12:48 -0800
committerRoland McGrath <[email protected]>2008-12-11 21:12:48 -0800
commit970a16636800557b21b85874c03994d5b20ebd6e (patch)
treecb3156897ace1ee2122825af9daa45a44bb1919c /libelf/libelf.h
parent468fe4d81a3e92157f4c0446675487dc230b2ec6 (diff)
libelf.h (Elf_Data): Whitespace fix.
Diffstat (limited to 'libelf/libelf.h')
-rw-r--r--libelf/libelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libelf/libelf.h b/libelf/libelf.h
index 54271228..dea0d838 100644
--- a/libelf/libelf.h
+++ b/libelf/libelf.h
@@ -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;