pactree: unindent first limb

Removing the leader for the toplevel package shifted the name left
but not it's limb.

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2012-10-26 14:22:48 -04:00 committed by Allan McRae
parent d9e8197e60
commit a459156a4e
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ static void print_text(const char *pkg, const char *provision,
tdepth *depth, int last)
{
const char* tip = "";
int level = 0;
int level = 1;
if(!pkg && !provision) {
/* not much we can do */
return;