aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r--coreutils/sort.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c
index 73505e365..6d8a55245 100644
--- a/coreutils/sort.c
+++ b/coreutils/sort.c
@@ -239,7 +239,8 @@ int sort_main(int argc, char **argv)
239{ 239{
240 FILE *fp,*outfile=NULL; 240 FILE *fp,*outfile=NULL;
241 int linecount=0,i,flag; 241 int linecount=0,i,flag;
242 char *line,**lines=NULL,c,*optlist="ngMucszbrdfimS:T:o:k:t:"; 242 char *line,**lines=NULL,*optlist="ngMucszbrdfimS:T:o:k:t:";
243 int c;
243 244
244 bb_default_error_retval = 2; 245 bb_default_error_retval = 2;
245 /* Parse command line options */ 246 /* Parse command line options */