summaryrefslogtreecommitdiff
path: root/src/sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-21 17:19:34 +0000
committerJim Meyering <jim@meyering.net>1993-10-21 17:19:34 +0000
commitdf1e389479d422ebf9eb7a08ef3d60238776e9c9 (patch)
tree8cf589ac0041d09f57a6b347a339343a323d47e8 /src/sum.c
parent193e68abd485958da7811d9fb18015d151145347 (diff)
downloadcoreutils-df1e389479d422ebf9eb7a08ef3d60238776e9c9.tar.xz
merge with 1.8c
Diffstat (limited to 'src/sum.c')
-rw-r--r--src/sum.c6
1 files changed, 3 insertions, 3 deletions
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)