Skip to content

Commit e3c6850

Browse files
committed
fix <inttypes.h> typo
1 parent e967bf8 commit e3c6850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libc/include/inttypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
#define PRIXMAX __UINTMAX_FMTX__
9898

9999
#define PRIdPTR __INTPTR_FMTd__
100-
#define PRIiPTR __ INTPTR_FMTi__
100+
#define PRIiPTR __INTPTR_FMTi__
101101
#define PRIoPTR __UINTPTR_FMTo__
102102
#define PRIuPTR __UINTPTR_FMTu__
103103
#define PRIxPTR __UINTPTR_FMTx__

0 commit comments

Comments
 (0)