From 93bb8c24e3f1f6c3f2a95461480d92988711a163 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Thu, 12 Jan 2023 14:33:24 +0100 Subject: [PATCH] Ajustement du menu. --- src/annexe/saeAnnexe.c | 2 +- src/partie1/saeP1.c | 2 +- src/saeMain.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/annexe/saeAnnexe.c b/src/annexe/saeAnnexe.c index ff63e5d..9eee4ca 100644 --- a/src/annexe/saeAnnexe.c +++ b/src/annexe/saeAnnexe.c @@ -82,7 +82,7 @@ void saveIUT(VilleIUT** tiut, int tlogi){ m=m->suivant; } } - printf("Les IUTs enregistrés ont bien étés sauvegardés."); + printf("Les IUTs enregistrés ont bien étés sauvegardés.\n"); } int rechercheIUT(VilleIUT* tab[],int lTab,char mot[]){ diff --git a/src/partie1/saeP1.c b/src/partie1/saeP1.c index 007bb3e..63cc093 100644 --- a/src/partie1/saeP1.c +++ b/src/partie1/saeP1.c @@ -69,7 +69,7 @@ void DepEachIUT(VilleIUT* lvIUT[], int tlogi) { for (int i=0;iVille); + printf("\n - %s :\n",lvIUT[i]->Ville); MaillonDep* MaillonAct=lvIUT[i]->ldept; while (MaillonAct!=NULL) { diff --git a/src/saeMain.c b/src/saeMain.c index c2db4cf..561a03f 100644 --- a/src/saeMain.c +++ b/src/saeMain.c @@ -40,6 +40,6 @@ int main(void) } } saveIUT(tiut,tlogi); - printf("L'application se ferme ..."); + printf("L'application se ferme ...\n"); return 0; }