From df1e389479d422ebf9eb7a08ef3d60238776e9c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Oct 1993 17:19:34 +0000 Subject: merge with 1.8c --- src/unexpand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/unexpand.c') diff --git a/src/unexpand.c b/src/unexpand.c index 68b7073df..7affd88b5 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -243,7 +243,7 @@ validate_tabstops (tabs, entries) { int prev_tab = 0; int i; - + for (i = 0; i < entries; i++) { if (tabs[i] == 0) @@ -262,7 +262,7 @@ unexpand () { FILE *fp; /* Input stream. */ int c; /* Each input character. */ - /* Index in `tab_list' of next tabstop: */ + /* Index in `tab_list' of next tabstop: */ int tab_index = 0; /* For calculating width of pending tabs. */ int print_tab_index = 0; /* For printing as many tabs as possible. */ int column = 0; /* Column on screen of next char. */ -- cgit v1.2.3-54-g00ecf