summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-11 12:42:39 +0000
committerJim Meyering <jim@meyering.net>2003-04-11 12:42:39 +0000
commit0893227b13962acb4ec9128e97171f1e22cc49ae (patch)
tree41477e7cb1965469e41823554653d4cb7a5e7da4 /src/unexpand.c
parent31df60a180ae8d5530c910b17dbd1903a42e5915 (diff)
downloadcoreutils-0893227b13962acb4ec9128e97171f1e22cc49ae.tar.xz
Remove SPC in SPC-TAB sequence.
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index b9e95d972..634f7c9c0 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -233,7 +233,7 @@ unexpand (void)
int tab_index = 0; /* For calculating width of pending tabs. */
int print_tab_index = 0; /* For printing as many tabs as possible. */
unsigned int column = 0; /* Column on screen of next char. */
- int next_tab_column; /* Column the next tab stop is on. */
+ int next_tab_column; /* Column the next tab stop is on. */
int convert = 1; /* If nonzero, perform translations. */
unsigned int pending = 0; /* Pending columns of blanks. */