From e127a0921f74756c5cdc460ac9096b4d4bf61389 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 13 Mar 2001 16:03:26 +0000 Subject: Delete a stray character that hopped into the file... --- libc/stdio/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdio/printf.c') 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[] = ""; 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!!! */ -- cgit v1.2.3