diff options
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r-- | coreutils/printf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index 76f59686b..053b01ee5 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
@@ -106,7 +106,7 @@ static int print_esc __P((char *escstart)); | |||
106 | static int print_formatted __P((char *format, int argc, char **argv)); | 106 | static int print_formatted __P((char *format, int argc, char **argv)); |
107 | static long xstrtol __P((char *s)); | 107 | static long xstrtol __P((char *s)); |
108 | static unsigned long xstrtoul __P((char *s)); | 108 | static unsigned long xstrtoul __P((char *s)); |
109 | static void print_direc __P( (char *start, size_t length, | 109 | static void print_direc __P( (char *start, size_t length, |
110 | int field_width, int precision, char *argument)); | 110 | int field_width, int precision, char *argument)); |
111 | static void print_esc_char __P((int c)); | 111 | static void print_esc_char __P((int c)); |
112 | static void print_esc_string __P((char *str)); | 112 | static void print_esc_string __P((char *str)); |
@@ -214,7 +214,7 @@ static int print_formatted(char *format, int argc, char **argv) | |||
214 | ++f; | 214 | ++f; |
215 | ++direc_length; | 215 | ++direc_length; |
216 | } | 216 | } |
217 | /* | 217 | /* |
218 | if (!strchr ("diouxXfeEgGcs", *f)) | 218 | if (!strchr ("diouxXfeEgGcs", *f)) |
219 | fprintf(stderr, "%%%c: invalid directive", *f); | 219 | fprintf(stderr, "%%%c: invalid directive", *f); |
220 | */ | 220 | */ |