diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-13 16:03:26 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-03-13 16:03:26 +0000 |
commit | e127a0921f74756c5cdc460ac9096b4d4bf61389 (patch) | |
tree | 91600f7b7816ccebab99e16347104289e3d352a9 | |
parent | b740cfc90a273243618ffce714bc0fbe2f61a082 (diff) |
Delete a stray character that hopped into the file...
-rw-r--r-- | libc/stdio/printf.c | 2 |
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!!! */ |