shithub: scc

Download patch

ref: 81f93dff1bd8f70d41d598ff7ac0230337706b96
parent: 92ae248e1cee5dad46e86a5f21714be619b09c27
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 28 10:06:30 EST 2017

[objdump] Improve magic printing

--- a/objdump/main.c
+++ b/objdump/main.c
@@ -35,7 +35,7 @@
 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"