From fcaf18c494115f0ea1d83707f5fece7437798701 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 13 Nov 2014 15:25:35 +0100 Subject: [PATCH] bin/xbps-install/util.c: add a newline before the header (requested by chris2). --- bin/xbps-install/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-install/util.c b/bin/xbps-install/util.c index e10bba18..baaf27fc 100644 --- a/bin/xbps-install/util.c +++ b/bin/xbps-install/util.c @@ -107,7 +107,7 @@ print_trans_colmode(struct transaction *trans, int cols) if (cols <= hdrlen) return false; - printf("Name"); + printf("\nName"); for (x = 4; x < pnamelen; x++) printf(" "); printf("Action Version New version Download size\n");