Default to release compilation type.
[Project_algorithmic_C.git] / lib / othello.c
index cbc7e4f4b8f27c6baffa42552f0a9bc66d8c9b97..9138961e011027b484936dfc731d6692b3b314ab 100644 (file)
@@ -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]) {