From 8904d4a45c8113c3bfdf3ab809ef934545ce37e9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 27 Jul 1995 03:57:10 +0000 Subject: [PATCH] Remove spurious space. --- src/wc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wc.c b/src/wc.c index 8c812ca38c..9346a2dbd7 100644 --- a/src/wc.c +++ b/src/wc.c @@ -220,7 +220,7 @@ wc (fd, file) if (fstat (fd, &stats) == 0 && S_ISREG (stats.st_mode) && (current_pos = lseek (fd, (off_t) 0, SEEK_CUR)) != -1 - && (end_pos = lseek (fd, (off_t) 0, SEEK_END)) != -1) + && (end_pos = lseek (fd, (off_t) 0, SEEK_END)) != -1) { off_t diff; /* Be careful here. The current position may actually be -- 2.47.3