diff options
Diffstat (limited to 'procps/pidof.c')
-rw-r--r-- | procps/pidof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pidof.c b/procps/pidof.c index c989076bb..962945253 100644 --- a/procps/pidof.c +++ b/procps/pidof.c | |||
@@ -76,7 +76,7 @@ int pidof_main(int argc, char **argv) | |||
76 | free(pidList); | 76 | free(pidList); |
77 | optind++; | 77 | optind++; |
78 | } | 78 | } |
79 | putchar('\n'); | 79 | bb_putchar('\n'); |
80 | 80 | ||
81 | #if ENABLE_FEATURE_PIDOF_OMIT | 81 | #if ENABLE_FEATURE_PIDOF_OMIT |
82 | if (ENABLE_FEATURE_CLEAN_UP) | 82 | if (ENABLE_FEATURE_CLEAN_UP) |