OSDN Git Service

Delete a stray character that hopped into the file...
authorManuel Novoa III <mjn3@codepoet.org>
Tue, 13 Mar 2001 16:03:26 +0000 (16:03 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Tue, 13 Mar 2001 16:03:26 +0000 (16:03 -0000)
libc/stdio/printf.c

index e031f8c..ca3ffb7 100644 (file)
@@ -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!!! */