From ab69f41a76696e2ba18fba2e13341b61a5abbef4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Apr 2003 12:37:58 +0000 Subject: [PATCH] Remove SPC in SPC-TAB sequence. --- src/du.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/du.c b/src/du.c index e3db368442..ffbc4cfb09 100644 --- a/src/du.c +++ b/src/du.c @@ -642,7 +642,7 @@ main (int argc, char **argv) quote (optarg)); fail = 1; } - break; + break; case 'm': /* obsolescent */ human_output_opts = 0; -- 2.47.3