Add missing }, because i'm too fool
This commit is contained in:
parent
09754638de
commit
4f88097937
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void set_tictactoe_winner(s_tictactoe *p_ttt){
|
|||
break;
|
||||
}
|
||||
}
|
||||
if ( find == false )
|
||||
if ( find == false ) {
|
||||
p_ttt->winner = BOTH;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue