projects
/
hachu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dd4aef5
)
Fix layout
author
H.G. Muller
<h.g.muller@hccnet.nl>
Sat, 1 Jun 2013 21:00:40 +0000 (23:00 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Mon, 21 Oct 2013 08:40:25 +0000 (10:40 +0200)
hachu.c
patch
|
blob
|
history
diff --git
a/hachu.c
b/hachu.c
index
9a8c518
..
14abe82
100644
(file)
--- a/
hachu.c
+++ b/
hachu.c
@@
-2360,7
+2360,7
@@
pboard(board);
PrintResult(stm, score);
\r
} else {
\r
stm = MakeMove2(stm, move); // assumes MakeMove returns new side to move
\r
- gameMove[moveNr++] = move; // remember game
\r
+ gameMove[moveNr++] = move; // remember game
\r
printf("move %s\n", MoveToText(move, 1));
\r
listEnd = 0;
\r
continue;
\r