From ba16109118a0985a50a5780377fab30a9fea33ad Mon Sep 17 00:00:00 2001 From: billf Date: Thu, 6 Jul 2000 05:46:37 +0000 Subject: minor brucification. --- games/fortune/strfile/strfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 0dda040..764835b 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -401,8 +401,8 @@ const void *s1, *s2; # define SET_N(nf,ch) (nf = (ch == '\n')) # define IS_END(ch,nf) (ch == EOF || (ch == (unsigned char) Delimch && nf)) - p1 = (const STR *)s1; - p2 = (const STR *)s2; + p1 = (const STR *) s1; + p2 = (const STR *) s2; c1 = (unsigned char) p1->first; c2 = (unsigned char) p2->first; -- cgit v1.1