summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Userland/Libraries/LibC/inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibC/inttypes.h b/Userland/Libraries/LibC/inttypes.h
index 8755cbd62e..43d9f86d01 100644
--- a/Userland/Libraries/LibC/inttypes.h
+++ b/Userland/Libraries/LibC/inttypes.h
@@ -11,7 +11,7 @@
__BEGIN_DECLS
-#ifndef __x86_64__
+#ifdef __i386__
# define __PRI64_PREFIX "ll"
# define __PRIPTR_PREFIX
#else