aboutsummaryrefslogtreecommitdiff
path: root/contrib/top/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/top/top.c')
-rw-r--r--contrib/top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c
index 1a017a3cd20b..e7e27d54a978 100644
--- a/contrib/top/top.c
+++ b/contrib/top/top.c
@@ -1094,7 +1094,7 @@ restart:
new_message(MT_standout | MT_delayed,
" Displaying %sCPU statistics.",
pcpu_stats ? "per-" : "global ");
- toggle_pcpustats(&statics);
+ toggle_pcpustats();
max_topn = display_updatecpus(&statics);
reset_display();
putchar('\r');