summaryrefslogtreecommitdiff
path: root/lib/xstrtol.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xstrtol.h')
-rw-r--r--lib/xstrtol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/xstrtol.h b/lib/xstrtol.h
index 9ac168bf38..1dd468202e 100644
--- a/lib/xstrtol.h
+++ b/lib/xstrtol.h
@@ -33,7 +33,7 @@ enum strtol_error
LONGINT_INVALID_SUFFIX_CHAR = 2,
LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW = (LONGINT_INVALID_SUFFIX_CHAR
- | LONGINT_OVERFLOW),
+ | LONGINT_OVERFLOW),
LONGINT_INVALID = 4
};
typedef enum strtol_error strtol_error;
@@ -72,7 +72,7 @@ _DECLARE_XSTRTOL (xstrtoumax, uintmax_t)
After reporting an error, exit with a failure status. */
void xstrtol_fatal (enum strtol_error,
- int, char, struct option const *,
- char const *) ATTRIBUTE_NORETURN;
+ int, char, struct option const *,
+ char const *) ATTRIBUTE_NORETURN;
#endif /* not XSTRTOL_H_ */