aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firemon/tree.c')
-rw-r--r--src/firemon/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firemon/tree.c b/src/firemon/tree.c
index f3610eaec..711066c19 100644
--- a/src/firemon/tree.c
+++ b/src/firemon/tree.c
@@ -28,7 +28,7 @@ void tree(pid_t pid) {
28 if (i == skip_process) 28 if (i == skip_process)
29 continue; 29 continue;
30 if (pids[i].level == 1) 30 if (pids[i].level == 1)
31 pid_print_tree(i, 0, arg_nowrap); 31 pid_print_tree(i, 0, arg_wrap);
32 } 32 }
33 printf("\n"); 33 printf("\n");
34} 34}