Add missing }, because i'm too fool

This commit is contained in:
Yorick Barbanneau 2021-10-01 16:52:49 +02:00
parent 09754638de
commit 4f88097937

View file

@ -251,7 +251,7 @@ void set_tictactoe_winner(s_tictactoe *p_ttt){
break;
}
}
if ( find == false )
if ( find == false ) {
p_ttt->winner = BOTH;
}
}