diff --git a/src/model.c b/src/model.c index 90a0bbd..f0020bd 100644 --- a/src/model.c +++ b/src/model.c @@ -251,7 +251,7 @@ void set_tictactoe_winner(s_tictactoe *p_ttt){ break; } } - if ( find == false ) + if ( find == false ) { p_ttt->winner = BOTH; } }