diff --git a/sys/src/cmd/aux/cpuid.c b/sys/src/cmd/aux/cpuid.c index 3b81f53d5..806099fd3 100644 --- a/sys/src/cmd/aux/cpuid.c +++ b/sys/src/cmd/aux/cpuid.c @@ -63,7 +63,7 @@ printbits(char *id, ulong x, char **s) } Bprint(out, "%s ", s[i]); } - if(j % 16 != 0) + if(j != 0) Bprint(out, "\n"); }