From 4124d10fb7d8dace368157d1e2a7a31d78b92787 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 28 Oct 2001 19:52:53 +0000 Subject: Undo indentation glitch in previous. --- fortune/fortune/fortune.c | 8 ++++---- 1 file 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); -- cgit v1.2.3-56-ge451