X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fothello.c;fp=lib%2Fothello.c;h=9138961e011027b484936dfc731d6692b3b314ab;hp=cbc7e4f4b8f27c6baffa42552f0a9bc66d8c9b97;hb=314ec686db9fd56e78acca38c355738c1774d921;hpb=67f227a85eb58fec3747915ce651401f0830fa2c diff --git a/lib/othello.c b/lib/othello.c index cbc7e4f..9138961 100644 --- a/lib/othello.c +++ b/lib/othello.c @@ -303,7 +303,6 @@ void free_shots_list(struct shots_list_s* shots_list) { list_del(&(list_counter->list)); free(list_counter); } - } void build_playable_shots_list(unsigned int current_player, struct shots_list_s* shots_list, unsigned int pawn_array[board_size][board_size]) {