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 4906797cf..4628cdf5c 100644 --- a/procps/fuser.c +++ b/procps/fuser.c | |||
@@ -277,7 +277,7 @@ static int fuser_print_pid_list(pid_list *plist) | |||
277 | if(curr->pid > 0) printf("%d ", curr->pid); | 277 | if(curr->pid > 0) printf("%d ", curr->pid); |
278 | curr = curr->next; | 278 | curr = curr->next; |
279 | } | 279 | } |
280 | printf("\n"); | 280 | puts(""); |
281 | return 1; | 281 | return 1; |
282 | } | 282 | } |
283 | 283 | ||