diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-06-28 16:34:04 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-06-28 16:34:04 -0700 |
commit | 2097401c4b18b09a9cd13673e703a0738731c364 (patch) | |
tree | 5b845b37f3ad3c914d3407867c26ea540ae36552 /subx | |
parent | e0d71f95c7943f9c6aeaa5c84970c867b0cd6398 (diff) | |
download | mu-2097401c4b18b09a9cd13673e703a0738731c364.tar.gz |
4285
Diffstat (limited to 'subx')
-rw-r--r-- | subx/020elf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/020elf.cc b/subx/020elf.cc index 3c9d6262..8580d8a4 100644 --- a/subx/020elf.cc +++ b/subx/020elf.cc @@ -108,7 +108,7 @@ void die(const char* format, ...) { abort(); } -:(before "End Types") +:(before "End Includes") #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> |