diff options
Diffstat (limited to 'libbb')
| -rw-r--r-- | libbb/xatonum_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/xatonum_template.c b/libbb/xatonum_template.c index 029f66202..e0471983c 100644 --- a/libbb/xatonum_template.c +++ b/libbb/xatonum_template.c | |||
| @@ -59,7 +59,7 @@ unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base, | |||
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | /* Note: trailing space is an error. | 61 | /* Note: trailing space is an error. |
| 62 | It would be easy enough to allow though if desired. */ | 62 | * It would be easy enough to allow though if desired. */ |
| 63 | if (*e) | 63 | if (*e) |
| 64 | goto inval; | 64 | goto inval; |
| 65 | chk_range: | 65 | chk_range: |
