1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 18:48:55 +02:00

Remove SPC in SPC-TAB sequence.

This commit is contained in:
Jim Meyering
2003-04-11 12:42:15 +00:00
parent 930cda9304
commit 31df60a180
+1 -1
View File
@@ -1513,7 +1513,7 @@ parse_options (int argc, char **argv,
break;
case MAX_CONSECUTIVE_SIZE_CHANGES_OPTION:
/* --max-consecutive-size-changes=N */
/* --max-consecutive-size-changes=N */
if (xstrtoul (optarg, NULL, 10,
&max_n_consecutive_size_changes_between_opens, "")
!= LONGINT_OK)