From 31df60a180ae8d5530c910b17dbd1903a42e5915 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Apr 2003 12:42:15 +0000 Subject: [PATCH] Remove SPC in SPC-TAB sequence. --- src/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tail.c b/src/tail.c index c5fa757..bc244a4 100644 --- a/src/tail.c +++ b/src/tail.c @@ -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) -- 2.7.4