summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-07-06 05:46:37 +0000
committerbillf <billf@FreeBSD.org>2000-07-06 05:46:37 +0000
commitba16109118a0985a50a5780377fab30a9fea33ad (patch)
treeb6e46f1d66de0b2dda40081ad50d0d027b44a5f2 /games
parent5d7c5eed08796384e29fb20ecd03b3c29853e308 (diff)
downloadFreeBSD-src-ba16109118a0985a50a5780377fab30a9fea33ad.zip
FreeBSD-src-ba16109118a0985a50a5780377fab30a9fea33ad.tar.gz
minor brucification.
Diffstat (limited to 'games')
-rw-r--r--games/fortune/strfile/strfile.c4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud