aboutsummaryrefslogtreecommitdiff
path: root/procps/pstree.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/pstree.c')
-rw-r--r--procps/pstree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pstree.c b/procps/pstree.c
index ed1a41289..c5fb83688 100644
--- a/procps/pstree.c
+++ b/procps/pstree.c
@@ -381,7 +381,7 @@ int pstree_main(int argc UNUSED_PARAM, char **argv)
381 381
382 INIT_G(); 382 INIT_G();
383 383
384 get_terminal_width_height(0, &G.output_width, NULL); 384 G.output_width = get_terminal_width(0);
385 385
386 opt_complementary = "?1"; 386 opt_complementary = "?1";
387 getopt32(argv, "p"); 387 getopt32(argv, "p");