diff options
Diffstat (limited to 'miscutils/strings.c')
-rw-r--r-- | miscutils/strings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/strings.c b/miscutils/strings.c index 036df5c5d..bd1850cbb 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -40,7 +40,8 @@ | |||
40 | int strings_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 40 | int strings_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
41 | int strings_main(int argc UNUSED_PARAM, char **argv) | 41 | int strings_main(int argc UNUSED_PARAM, char **argv) |
42 | { | 42 | { |
43 | int n, c, status = EXIT_SUCCESS; | 43 | int n, c; |
44 | exitcode_t status = EXIT_SUCCESS; | ||
44 | unsigned count; | 45 | unsigned count; |
45 | off_t offset; | 46 | off_t offset; |
46 | FILE *file; | 47 | FILE *file; |