From b32b454ffc6a722c38a510f10d856e6c504579cf Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 11 Oct 1997 02:44:30 +0000 Subject: minor KNFify --- cribbage/crib.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'cribbage/crib.c') diff --git a/cribbage/crib.c b/cribbage/crib.c index 696c86b2..ce8778f4 100644 --- a/cribbage/crib.c +++ b/cribbage/crib.c @@ -1,4 +1,4 @@ -/* $NetBSD: crib.c,v 1.8 1997/10/10 12:32:24 lukem Exp $ */ +/* $NetBSD: crib.c,v 1.9 1997/10/11 02:44:30 lukem Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -43,11 +43,12 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: crib.c,v 1.8 1997/10/10 12:32:24 lukem Exp $"); +__RCSID("$NetBSD: crib.c,v 1.9 1997/10/11 02:44:30 lukem Exp $"); #endif #endif /* not lint */ #include +#include #include #include #include @@ -134,11 +135,8 @@ main(argc, argv) (void) fclose(f); } bye(); - if (!f) { - (void) fprintf(stderr, "\ncribbage: can't open %s.\n", - _PATH_LOG); - exit(1); - } + if (!f) + errx(1, "can't open %s", _PATH_LOG); exit(0); } -- cgit v1.2.3-56-ge451