diff options
| -rw-r--r-- | toys/posix/ps.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/toys/posix/ps.c b/toys/posix/ps.c index c0e7e9e9..7cf6e0dd 100644 --- a/toys/posix/ps.c +++ b/toys/posix/ps.c @@ -1676,7 +1676,7 @@ static void top_common(          msleep(timeout-now);          // Make an obvious gap between datasets.          xputs("\n\n"); -        continue; +        break;        } else fflush(stdout);        i = scan_key_getsize(scratch, timeout-now, &TT.width, &TT.height); | 
