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/sum.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sum.c') diff --git a/src/sum.c b/src/sum.c index 46e672cc3..c625f7d95 100644 --- a/src/sum.c +++ b/src/sum.c @@ -5,12 +5,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ @@ -149,7 +149,7 @@ bsd_sum_file (file, print_name) return -1; } } - + /* This algorithm seems to depend on sign extension in `ch' in order to give the right results. Ick. */ while ((ch = getc (fp)) != EOF) -- cgit v1.2.3-54-g00ecf