summaryrefslogtreecommitdiffstats
path: root/src/util/pactree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/pactree.c')
-rw-r--r--src/util/pactree.c2
1 files changed, 1 insertions, 1 deletions
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;