bin/xbps-install/util.c: add a newline before the header (requested by chris2).

This commit is contained in:
Juan RP 2014-11-13 15:25:35 +01:00
parent 2153c87464
commit fcaf18c494

View File

@ -107,7 +107,7 @@ print_trans_colmode(struct transaction *trans, int cols)
if (cols <= hdrlen) if (cols <= hdrlen)
return false; return false;
printf("Name"); printf("\nName");
for (x = 4; x < pnamelen; x++) for (x = 4; x < pnamelen; x++)
printf(" "); printf(" ");
printf("Action Version New version Download size\n"); printf("Action Version New version Download size\n");