gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] play_gtp.c doc fix


From: Thien-Thi Nguyen
Subject: [gnugo-devel] play_gtp.c doc fix
Date: Sat, 30 Oct 2004 10:49:34 +0200

2004-10-30  Thien-Thi Nguyen  <address@hidden>  (tiny change)

        * interface/play_gtp.c: Fix doc omission bug: Mention "resign"
        possiblity for `genmove_white', `genmove_black' and `genove'.

(from gnugo 3.6-pre3.)

thi

____________________________________
diff -U1 play_gtp.c\~ play_gtp.c
--- play_gtp.c~ Mon Jul 19 14:23:09 2004
+++ play_gtp.c  Sat Oct 30 10:42:53 2004
@@ -2341,3 +2341,3 @@
  * Fails:     never
- * Returns:   a move coordinate or "PASS" (or "resign" if resignation_allowed).
+ * Returns:   a move coordinate or "PASS" (or "resign" if resignation_allowed)
  *
@@ -2371,3 +2371,3 @@
  * Fails:     never
- * Returns:   a move coordinate (or "PASS")
+ * Returns:   a move coordinate or "PASS" (or "resign" if resignation_allowed)
  *
@@ -2401,3 +2401,3 @@
  * Fails:     invalid color
- * Returns:   a move coordinate (or "PASS")
+ * Returns:   a move coordinate or "PASS" (or "resign" if resignation_allowed)
  *

Diff finished.  Sat Oct 30 10:46:53 2004





reply via email to

[Prev in Thread] Current Thread [Next in Thread]