aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/printf.c')
-rw-r--r--coreutils/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c
index b7752369c..a14306f5a 100644
--- a/coreutils/printf.c
+++ b/coreutils/printf.c
@@ -279,7 +279,7 @@ static char **print_formatted(char *f, char **argv)
279 return argv; 279 return argv;
280} 280}
281 281
282int printf_main(int argc ATTRIBUTE_UNUSED, char **argv) 282int printf_main(int argc UNUSED_PARAM, char **argv)
283{ 283{
284 char *format; 284 char *format;
285 char **argv2; 285 char **argv2;