X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fothello.c;h=9138961e011027b484936dfc731d6692b3b314ab;hb=314ec686db9fd56e78acca38c355738c1774d921;hp=cbc7e4f4b8f27c6baffa42552f0a9bc66d8c9b97;hpb=5ec791f6f2aef3f10c615eb4a336fc6282ebb8d9;p=Project_algorithmic_C.git 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]) {