فهرست منبع

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

Manuel Novoa III 24 سال پیش
والد
کامیت
e127a0921f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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!!! */