aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r--coreutils/cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c
index 1cf49c2af..257f3d649 100644
--- a/coreutils/cut.c
+++ b/coreutils/cut.c
@@ -165,7 +165,7 @@ static void cut_file(FILE * file)
165 165
166static const char _op_on_field[] ALIGN1 = " only when operating on fields"; 166static const char _op_on_field[] ALIGN1 = " only when operating on fields";
167 167
168int cut_main(int argc, char **argv); 168int cut_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
169int cut_main(int argc, char **argv) 169int cut_main(int argc, char **argv)
170{ 170{
171 char *sopt, *ltok; 171 char *sopt, *ltok;