summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff/side.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-10-28 19:11:01 +0000
committerpeter <peter@FreeBSD.org>1995-10-28 19:11:01 +0000
commitc37ff62e9be62a7cd6340caca3316bb40062ac2d (patch)
tree987fcf998a10323a27da08d8512088fb01e8396f /gnu/usr.bin/diff/side.c
parent72fa7ec057bc2d7930e60d59f3936afe1de4bc11 (diff)
downloadFreeBSD-src-c37ff62e9be62a7cd6340caca3316bb40062ac2d.zip
FreeBSD-src-c37ff62e9be62a7cd6340caca3316bb40062ac2d.tar.gz
Merge in/out comflicts caused by Diffutils-2.7 import...
In future, it should be as easy as "update -j ....", but this time I had to go over it by hand. Not nice..
Diffstat (limited to 'gnu/usr.bin/diff/side.c')
-rw-r--r--gnu/usr.bin/diff/side.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/side.c b/gnu/usr.bin/diff/side.c
index 59943f2..a150b5e 100644
--- a/gnu/usr.bin/diff/side.c
+++ b/gnu/usr.bin/diff/side.c
@@ -139,7 +139,7 @@ print_half_line (line, indent, out_bound)
break;
default:
- if (! isprint (c))
+ if (! ISPRINT (c))
goto control_char;
/* falls through */
case ' ':
OpenPOWER on IntegriCloud