summaryrefslogtreecommitdiff
path: root/libc/stdio/printf.c
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-13 16:03:26 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-13 16:03:26 +0000
commite127a0921f74756c5cdc460ac9096b4d4bf61389 (patch)
tree91600f7b7816ccebab99e16347104289e3d352a9 /libc/stdio/printf.c
parentb740cfc90a273243618ffce714bc0fbe2f61a082 (diff)
Delete a stray character that hopped into the file...
Diffstat (limited to 'libc/stdio/printf.c')
-rw-r--r--libc/stdio/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/printf.c b/libc/stdio/printf.c
index e031f8cb9..ca3ffb772 100644
--- a/libc/stdio/printf.c
+++ b/libc/stdio/printf.c
@@ -336,7 +336,7 @@ static const char dbl_err[] = "<DOUBLE>";
static const char u_spec[] = "%nbopxXudicsfgGeEaA";
#else
/* layout 0123456789012 */
-static const char u_spec[] = "%nbopxXudics0";
+static const char u_spec[] = "%nbopxXudics";
#endif
/* WARNING: u_spec and u_radix need to stay in agreement!!! */