diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-01-20 09:15:21 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-01-21 09:16:51 +0100 |
commit | a7c33ecabcead542e54c0c3514a92f4155add5b6 (patch) | |
tree | 8b9d5416e48903ad13db836b7fc23c10d90bcc0e /libc/stdio | |
parent | b5dd2e706c1a098b2e8cd8df10500a3dde350efc (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.c | 2 |
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 { \ |