diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/elf.h b/elf/elf.h index 87cf1098ee..4730b8e733 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -73,7 +73,7 @@ typedef struct #define ELFMAG3 'F' /* Magic number byte 3 */ /* Conglomeration of the identification bytes, for easy testing as a word. */ -#define ELFMAG "\x7fELF" +#define ELFMAG "\177ELF" #define SELFMAG 4 #define EI_CLASS 4 /* File class byte index */ |