mattermost fix
This commit is contained in:
parent
25fe03c967
commit
d44c92d167
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void play(char a, char b, char c, char d) {
|
|||
m.col_f);
|
||||
}
|
||||
if (showboard_at_each_move)
|
||||
showboard();
|
||||
B.print_board(stderr);
|
||||
printf("= \n\n");
|
||||
}
|
||||
int main(int _ac, char **_av) {
|
||||
|
|
Reference in a new issue