diff options
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r-- | coreutils/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index 924499b29..0180d0e5a 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
@@ -109,6 +109,7 @@ static void print_esc_string(char *str) | |||
109 | } | 109 | } |
110 | } | 110 | } |
111 | 111 | ||
112 | int printf_main(int argc, char **argv); | ||
112 | int printf_main(int argc, char **argv) | 113 | int printf_main(int argc, char **argv) |
113 | { | 114 | { |
114 | char *format; | 115 | char *format; |