summaryrefslogtreecommitdiffstats
path: root/fortune/fortune
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2001-10-28 19:52:53 +0000
committerwiz <wiz@NetBSD.org>2001-10-28 19:52:53 +0000
commit4124d10fb7d8dace368157d1e2a7a31d78b92787 (patch)
tree19df0184e42d132b9574e5ecec2eeaf9ccf99ecd /fortune/fortune
parent55897f8f7c105946fb5763a36e20db423fdced1e (diff)
downloadbsdgames-darwin-4124d10fb7d8dace368157d1e2a7a31d78b92787.tar.gz
bsdgames-darwin-4124d10fb7d8dace368157d1e2a7a31d78b92787.tar.zst
bsdgames-darwin-4124d10fb7d8dace368157d1e2a7a31d78b92787.zip
Undo indentation glitch in previous.
Diffstat (limited to 'fortune/fortune')
-rw-r--r--fortune/fortune/fortune.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c
index 0f8034fb..d6d8f867 100644
--- a/fortune/fortune/fortune.c
+++ b/fortune/fortune/fortune.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fortune.c,v 1.31 2001/10/28 19:47:48 proff Exp $ */
+/* $NetBSD: fortune.c,v 1.32 2001/10/28 19:52:53 wiz Exp $ */
/*-
* Copyright (c) 1986, 1993
@@ -46,7 +46,7 @@ __COPYRIGHT("@(#) Copyright (c) 1986, 1993\n\
#if 0
static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: fortune.c,v 1.31 2001/10/28 19:47:48 proff Exp $");
+__RCSID("$NetBSD: fortune.c,v 1.32 2001/10/28 19:52:53 wiz Exp $");
#endif
#endif /* not lint */
@@ -240,8 +240,8 @@ main(ac, av)
((unsigned long)getpid()+1) *
((unsigned long)getppid()+1));
do {
- get_fort(); } while ((Short_only && fortlen() >
- SLEN) ||
+ get_fort();
+ } while ((Short_only && fortlen() > SLEN) ||
(Long_only && fortlen() <= SLEN));
display(Fortfile);