aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c
index 075c96c27..1b49a5e6b 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -1157,7 +1157,7 @@ int top_main(int argc UNUSED_PARAM, char **argv)
1157#endif 1157#endif
1158 1158
1159 while (scan_mask != EXIT_MASK) { 1159 while (scan_mask != EXIT_MASK) {
1160 unsigned new_mask; 1160 IF_FEATURE_TOP_INTERACTIVE(unsigned new_mask;)
1161 procps_status_t *p = NULL; 1161 procps_status_t *p = NULL;
1162 1162
1163 if (OPT_BATCH_MODE) { 1163 if (OPT_BATCH_MODE) {