From dea17044cc7c872686fc5ac96e59e518340e7f67 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 6 Dec 2002 01:48:24 +0000 Subject: Avoid confict with reserved identifier "expl". --- cribbage/support.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cribbage/support.c') diff --git a/cribbage/support.c b/cribbage/support.c index 2f3c076a..288bb0c6 100644 --- a/cribbage/support.c +++ b/cribbage/support.c @@ -1,4 +1,4 @@ -/* $NetBSD: support.c,v 1.5 1999/09/08 21:17:47 jsm Exp $ */ +/* $NetBSD: support.c,v 1.6 2002/12/06 01:48:25 thorpej Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: support.c,v 1.5 1999/09/08 21:17:47 jsm Exp $"); +__RCSID("$NetBSD: support.c,v 1.6 2002/12/06 01:48:25 thorpej Exp $"); #endif #endif /* not lint */ @@ -152,7 +152,7 @@ plyrhand(hand, s) msg("You should have taken %d, not %d!", i, j); } if (explain) - msg("Explanation: %s", expl); + msg("Explanation: %s", explan); do_wait(); } else win = chkscr(&pscore, i); -- cgit v1.2.3-56-ge451