diff options
Diffstat (limited to 'libbb/bb_strtonum.c')
-rw-r--r-- | libbb/bb_strtonum.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/bb_strtonum.c b/libbb/bb_strtonum.c index 949f26b..2185017 100644 --- a/libbb/bb_strtonum.c +++ b/libbb/bb_strtonum.c @@ -6,7 +6,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ - #include "libbb.h" /* On exit: errno = 0 only if there was non-empty, '\0' terminated value |