aboutsummaryrefslogtreecommitdiff
path: root/libbb/chomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/chomp.c')
-rw-r--r--libbb/chomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/chomp.c b/libbb/chomp.c
index cb92befb1..3757bff2e 100644
--- a/libbb/chomp.c
+++ b/libbb/chomp.c
@@ -7,7 +7,6 @@
7 * 7 *
8 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 8 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
9 */ 9 */
10
11#include "libbb.h" 10#include "libbb.h"
12 11
13void FAST_FUNC chomp(char *s) 12void FAST_FUNC chomp(char *s)