diff options
Diffstat (limited to 'procps/powertop.c')
-rw-r--r-- | procps/powertop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/powertop.c b/procps/powertop.c index d508b5f78..fc6018b7a 100644 --- a/procps/powertop.c +++ b/procps/powertop.c | |||
@@ -818,7 +818,7 @@ int powertop_main(int argc UNUSED_PARAM, char UNUSED_PARAM **argv) | |||
818 | 818 | ||
819 | for (i = 0; i < MAX_CSTATE_COUNT + 2; i++) | 819 | for (i = 0; i < MAX_CSTATE_COUNT + 2; i++) |
820 | if (cstate_lines[i][0]) | 820 | if (cstate_lines[i][0]) |
821 | fputs(cstate_lines[i], stdout); | 821 | fputs_stdout(cstate_lines[i]); |
822 | 822 | ||
823 | i = process_timer_stats(); | 823 | i = process_timer_stats(); |
824 | #if ENABLE_FEATURE_POWERTOP_PROCIRQ | 824 | #if ENABLE_FEATURE_POWERTOP_PROCIRQ |