index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/util/pactree.c | 2 |
diff --git a/src/util/pactree.c b/src/util/pactree.c index 7b8fd93d..0c1710f6 100644 --- a/src/util/pactree.c +++ b/src/util/pactree.c @@ -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; |