summaryrefslogtreecommitdiff
path: root/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf.h')
-rw-r--r--elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf.h b/elf.h
index 4b2f447..a9b6636 100644
--- a/elf.h
+++ b/elf.h
@@ -2,7 +2,7 @@
// format of an ELF executable file
//
-#define ELF_MAGIC 0x464C457FU /* "\x7FELF" in little endian */
+#define ELF_MAGIC 0x464C457FU // "\x7FELF" in little endian
struct elfhdr {
uint magic; // must equal ELF_MAGIC