diff --git a/src/exe b/src/exe index d10b2c6..57ce5e4 100755 Binary files a/src/exe and b/src/exe differ diff --git a/src/panier.c b/src/panier.c index 74982b5..aca3cdf 100644 --- a/src/panier.c +++ b/src/panier.c @@ -141,7 +141,6 @@ void reinit_basket(int *tlog_basket) // En mettant tlog_basket à 0, // on fait comme si la taille logique était à 0, faisant que l'on ne considère plus aucun élément des tableaux, //et donc qu'il est désormais vide. - return tlog_basket; } /**