small formatting change Reference: /n/atom/patch/applied2013/wsprintnit Date: Tue Jun 18 20:15:22 CES 2013 Signed-off-by: quanstro@quanstro.net --- /sys/src/cmd/wsprint.c Tue Jun 18 20:15:11 2013 +++ /sys/src/cmd/wsprint.c Tue Jun 18 20:15:11 2013 @@ -148,7 +148,7 @@ printlinfo(Biobuf *o, Linfo *l) { for(; l != nil; l = l->next) - Bprint(o, "%s %.16llux %11d %16lld %16lld // %s %s\n", + Bprint(o, "%s %#.16llux %11d %16lld %16lld // %s %s\n", l->type, l->pc, l->count, l->maxwait, l->totalwait, l->sym, l->fn); }