Browse Source

Delete a stray character that hopped into the file...

Manuel Novoa III 23 years ago
parent
commit
e127a0921f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/stdio/printf.c

+ 1 - 1
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!!! */