diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-26 00:37:00 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-26 00:37:00 +0000 |
commit | 5164792572e29b2789eac5b3716d68d64d76f49c (patch) | |
tree | d8e1e56c728628c15f66cb88a6e54f368c806939 /procps | |
parent | 0bee181cd4482af657637bc90ebe8818e77d21c1 (diff) | |
download | busybox-w32-5164792572e29b2789eac5b3716d68d64d76f49c.tar.gz busybox-w32-5164792572e29b2789eac5b3716d68d64d76f49c.tar.bz2 busybox-w32-5164792572e29b2789eac5b3716d68d64d76f49c.zip |
silly size savings and capitalization fixes
git-svn-id: svn://busybox.net/trunk/busybox@16438 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps')
-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 | ||