Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/cribbage Fix glitch in const changes (bin/8365 from Jo...



details:   https://anonhg.NetBSD.org/src/rev/9e54cf678719
branches:  trunk
changeset: 476221:9e54cf678719
user:      jsm <jsm%NetBSD.org@localhost>
date:      Fri Sep 10 00:03:14 1999 +0000

description:
Fix glitch in const changes (bin/8365 from John.P.Darrow%wheaton.edu@localhost).

diffstat:

 games/cribbage/cribbage.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c11edb864840 -r 9e54cf678719 games/cribbage/cribbage.h
--- a/games/cribbage/cribbage.h Fri Sep 10 00:02:06 1999 +0000
+++ b/games/cribbage/cribbage.h Fri Sep 10 00:03:14 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cribbage.h,v 1.5 1999/09/08 21:17:47 jsm Exp $ */
+/*     $NetBSD: cribbage.h,v 1.6 1999/09/10 00:03:14 jsm Exp $ */
 
 /*
  * Copyright (c) 1980, 1993
@@ -85,7 +85,7 @@
 int     incard __P((CARD *));
 int     infrom __P((const CARD [], int, const char *));
 void    instructions __P((void));
-int     is_one __P((CARD, const CARD [], int));
+int     isone __P((CARD, const CARD [], int));
 void    makeboard __P((void));
 void    makedeck __P((CARD []));
 void    makeknown __P((const CARD [], int));



Home | Main Index | Thread Index | Old Index