Source-Changes-HG archive

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

[src/trunk]: src/games/gomoku Fix doubled 'the'.



details:   https://anonhg.NetBSD.org/src/rev/16ff0d4631bd
branches:  trunk
changeset: 483598:16ff0d4631bd
user:      soren <soren%NetBSD.org@localhost>
date:      Mon Mar 13 23:57:23 2000 +0000

description:
Fix doubled 'the'.

diffstat:

 games/gomoku/makemove.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 63d61c9b354f -r 16ff0d4631bd games/gomoku/makemove.c
--- a/games/gomoku/makemove.c   Mon Mar 13 23:52:25 2000 +0000
+++ b/games/gomoku/makemove.c   Mon Mar 13 23:57:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makemove.c,v 1.5 1999/09/08 21:17:49 jsm Exp $ */
+/*     $NetBSD: makemove.c,v 1.6 2000/03/13 23:57:23 soren Exp $       */
 
 /*
  * Copyright (c) 1994
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)makemove.c 8.2 (Berkeley) 5/3/95";
 #else
-__RCSID("$NetBSD: makemove.c,v 1.5 1999/09/08 21:17:49 jsm Exp $");
+__RCSID("$NetBSD: makemove.c,v 1.6 2000/03/13 23:57:23 soren Exp $");
 #endif
 #endif /* not lint */
 
@@ -59,7 +59,7 @@
  *     MOVEOK  everything is OK.
  *     RESIGN  Player resigned.
  *     ILLEGAL Illegal move.
- *     WIN     The the winning move was just played.
+ *     WIN     The winning move was just played.
  *     TIE     The game is a tie.
  */
 int



Home | Main Index | Thread Index | Old Index