aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index 1567d1de4..dbd4286bf 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -387,7 +387,7 @@ static void printlim(unsigned opts, const struct rlimit *limit,
387 val = limit->rlim_cur; 387 val = limit->rlim_cur;
388 388
389 if (val == RLIM_INFINITY) 389 if (val == RLIM_INFINITY)
390 printf("unlimited\n"); 390 puts("unlimited");
391 else { 391 else {
392 val >>= l->factor_shift; 392 val >>= l->factor_shift;
393 printf("%llu\n", (long long) val); 393 printf("%llu\n", (long long) val);