diff options
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r-- | coreutils/cut.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c index a72b2c29a..22014fcfb 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -162,6 +162,7 @@ static void cut_file(FILE * file) | |||
162 | 162 | ||
163 | static const char _op_on_field[] = " only when operating on fields"; | 163 | static const char _op_on_field[] = " only when operating on fields"; |
164 | 164 | ||
165 | int cut_main(int argc, char **argv); | ||
165 | int cut_main(int argc, char **argv) | 166 | int cut_main(int argc, char **argv) |
166 | { | 167 | { |
167 | char *sopt, *ltok; | 168 | char *sopt, *ltok; |