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;