aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/top.c')
-rw-r--r--procps/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c
index 89f9d23f4..8fe53324f 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -1229,7 +1229,7 @@ int top_main(int argc UNUSED_PARAM, char **argv)
1229#endif 1229#endif
1230 } /* end of "while we read /proc" */ 1230 } /* end of "while we read /proc" */
1231 if (ntop == 0) { 1231 if (ntop == 0) {
1232 bb_error_msg("no process info in /proc"); 1232 bb_simple_error_msg("no process info in /proc");
1233 break; 1233 break;
1234 } 1234 }
1235 1235