From 98053b24e44f7db04c174d17608de0bdd48c2e6d Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Thu, 29 Dec 2022 12:09:25 +0100 Subject: [PATCH] =?UTF-8?q?R=C3=A9glage=20de=20probl=C3=A8mes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saeMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/saeMain.c b/src/saeMain.c index ee4406b..aecfd05 100644 --- a/src/saeMain.c +++ b/src/saeMain.c @@ -9,7 +9,7 @@ int main(void) { - VilleIUT* tiut[]; + VilleIUT** tiut; int tlogi=loadIUT(tiut); menu(); char user;