Skip to content

Commit 4d08518

Browse files
authored
fixup!
1 parent ea3e51f commit 4d08518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/inttypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define PRIi32 "I32i"
2929
#define PRId32 "d"
3030
#define PRIu32 "u"
31-
#define PRIX32 "x"
31+
#define PRIX32 "X"
3232

3333
#endif
3434

0 commit comments

Comments
 (0)