summaryrefslogtreecommitdiff
path: root/lib/strtoimax.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strtoimax.c')
-rw-r--r--lib/strtoimax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoimax.c b/lib/strtoimax.c
index ab9bcff3c7..f7c20a4454 100644
--- a/lib/strtoimax.c
+++ b/lib/strtoimax.c
@@ -63,7 +63,7 @@ strtoimax (char const *ptr, char **endptr, int base)
{
#if Have_long_long
verify (sizeof (Int) == sizeof (Unsigned long int)
- || sizeof (Int) == sizeof (Unsigned long long int));
+ || sizeof (Int) == sizeof (Unsigned long long int));
if (sizeof (Int) != sizeof (Unsigned long int))
return strtoll (ptr, endptr, base);