diff --git a/src/app/core_logic/responsable.c b/src/app/core_logic/responsable.c index 6da8f11..8be0ff7 100644 --- a/src/app/core_logic/responsable.c +++ b/src/app/core_logic/responsable.c @@ -1,7 +1,7 @@ #include #include "responsable.h" -int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tPhysique) +int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique) { int i=0, ref; float volume, poids, prix;