aboutsummaryrefslogtreecommitdiff
path: root/libbb/xgetlarg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/xgetlarg.c')
-rw-r--r--libbb/xgetlarg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xgetlarg.c b/libbb/xgetlarg.c
index f24492bee..f332bb37e 100644
--- a/libbb/xgetlarg.c
+++ b/libbb/xgetlarg.c
@@ -22,7 +22,7 @@ extern long bb_xgetlarg(const char *arg, int base, long lower, long upper)
22 assert(arg!=NULL); 22 assert(arg!=NULL);
23 23
24 /* Don't allow leading whitespace. 24 /* Don't allow leading whitespace.
25 * Wrap isspace in () to make sure we call the 25 * Wrap isspace in () to make sure we call the
26 * function rather than the macro. */ 26 * function rather than the macro. */
27 if ((isspace)(*arg)) { 27 if ((isspace)(*arg)) {
28 bb_show_usage(); 28 bb_show_usage();