summaryrefslogtreecommitdiff
path: root/src/stdint
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdint')
-rw-r--r--src/stdint/UINTMAX_MAX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdint/UINTMAX_MAX.c b/src/stdint/UINTMAX_MAX.c
index 3dcc34a2..b7e77e71 100644
--- a/src/stdint/UINTMAX_MAX.c
+++ b/src/stdint/UINTMAX_MAX.c
@@ -1,5 +1,5 @@
#include <stdint.h>
-#define UINTMAX_MAX (18446744073709551616ULL)
+#define UINTMAX_MAX (18446744073709551615ULL)
/*
STDC(199901)