scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 03bba83a92190d8d71bf3dbbdbf39aba2832d780
parent 11199cafdbfb9382687bc9330b7b76319a56b2e9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 28 Nov 2017 15:06:30 +0000

[objdump] Improve magic printing

Diffstat:
Mobjdump/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/objdump/main.c b/objdump/main.c @@ -35,7 +35,7 @@ static void printhdr(struct myrohdr *hdr) { printf("header:\n" - "\tmagic: %02x%02x%02x%02x \"%4.4s\"\n" + "\tmagic: %02x %02x %02x %02x \"%4.4s\"\n" "\tformat: %lu (\"%s\")\n" "\tentry: %llu\n" "\tstring table size: %llu\n"