remove comment
This commit is contained in:
parent
4ed9bbe8bf
commit
26c9fe99ca
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ void free_liste(Liste *liste) {
|
|||
Element *actuel = liste->premier;
|
||||
|
||||
while (actuel) {
|
||||
printf("!\n");
|
||||
Element *suivant = actuel->suivant;
|
||||
free(actuel);
|
||||
actuel = suivant;
|
||||
|
|
Reference in a new issue