diff options
Diffstat (limited to 'procps/fuser.c')
-rw-r--r-- | procps/fuser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/fuser.c b/procps/fuser.c index f65b05d98..60c10956b 100644 --- a/procps/fuser.c +++ b/procps/fuser.c | |||
@@ -292,7 +292,7 @@ static int fuser_print_pid_list(pid_list *plist) | |||
292 | printf("%d ", curr->pid); | 292 | printf("%d ", curr->pid); |
293 | curr = curr->next; | 293 | curr = curr->next; |
294 | } | 294 | } |
295 | puts(""); | 295 | bb_putchar('\n'); |
296 | return 1; | 296 | return 1; |
297 | } | 297 | } |
298 | 298 | ||