diff options
Diffstat (limited to 'src/elfs/elfparser.c')
| -rw-r--r-- | src/elfs/elfparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/elfs/elfparser.c b/src/elfs/elfparser.c index 545503c9..49fea7aa 100644 --- a/src/elfs/elfparser.c +++ b/src/elfs/elfparser.c @@ -14,7 +14,7 @@ #define PN_XNUM (0xffff) #endif #ifndef DT_GNU_HASH -#define DT_GNU_HASH 0x6ffffef5 +#define DT_GNU_HASH 0x6ffffef5 #endif int LoadSH(FILE *f, Elf64_Shdr *s, void** SH, const char* name, uint32_t type) @@ -405,4 +405,4 @@ const char* BindSym(int bind) static char tmp[50]; sprintf(tmp, "??? 0x%x", bind); return tmp; -} \ No newline at end of file +} |