diff options
Diffstat (limited to 'miscutils/strings.c')
-rw-r--r-- | miscutils/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/strings.c b/miscutils/strings.c index 147413741..3e02b53af 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #define SIZE 8 | 15 | #define SIZE 8 |
16 | 16 | ||
17 | int strings_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 17 | int strings_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
18 | int strings_main(int argc ATTRIBUTE_UNUSED, char **argv) | 18 | int strings_main(int argc UNUSED_PARAM, char **argv) |
19 | { | 19 | { |
20 | int n, c, status = EXIT_SUCCESS; | 20 | int n, c, status = EXIT_SUCCESS; |
21 | unsigned opt; | 21 | unsigned opt; |