From 6253b94134511676aa9368ae05632c566f2479c6 Mon Sep 17 00:00:00 2001 From: Yannis DOUMIR FERNANDES Date: Tue, 24 Oct 2023 09:13:56 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/app/core=5Flog?= =?UTF-8?q?ic/responsable.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/core_logic/responsable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core_logic/responsable.h b/src/app/core_logic/responsable.h index 4a9fffa..e862154 100644 --- a/src/app/core_logic/responsable.h +++ b/src/app/core_logic/responsable.h @@ -1,4 +1,4 @@ int chargementArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tPhysique); -void sauvegadArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], float tLogique); \ No newline at end of file +void sauvegadArticles(int tRef[], float tPoids[], float tVol[], float tPrix[], int tLogique); \ No newline at end of file