summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-01-20 09:15:21 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-01-21 09:16:51 +0100
commita7c33ecabcead542e54c0c3514a92f4155add5b6 (patch)
tree8b9d5416e48903ad13db836b7fc23c10d90bcc0e /libc/stdio
parentb5dd2e706c1a098b2e8cd8df10500a3dde350efc (diff)
stdio: fix diagnostic message
harmless copy'n paste error in #error Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdio')
-rw-r--r--libc/stdio/_scanf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c
index 28cd21e30..1ad81cbe3 100644
--- a/libc/stdio/_scanf.c
+++ b/libc/stdio/_scanf.c
@@ -550,7 +550,7 @@ enum {
#elif defined(LLONG_MAX) && (INTMAX_MAX == LLONG_MAX)
#define IMS 8
#else
-#error fix QUAL_CHARS ptrdiff_t entry 't'!
+#error fix QUAL_CHARS intmax_t entry 'j'!
#endif
#define QUAL_CHARS { \