diff options
Diffstat (limited to 'libbb/chomp.c')
-rw-r--r-- | libbb/chomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/chomp.c b/libbb/chomp.c index cb92bef..3757bff 100644 --- a/libbb/chomp.c +++ b/libbb/chomp.c @@ -7,7 +7,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - #include "libbb.h" void FAST_FUNC chomp(char *s) |