From 6d9f65b970fe7fead69f064c11a5ac524c19515f Mon Sep 17 00:00:00 2001 From: morinl Date: Mon, 21 Nov 2022 15:41:40 +0100 Subject: [PATCH] commentaire --- grillage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grillage.c b/grillage.c index 5ebaf03..2200407 100644 --- a/grillage.c +++ b/grillage.c @@ -5,7 +5,7 @@ int graphique(int L,int H){ InitialiserGraphique(); ChoisirEcran(0); - CreerFenetre(150,150,L,H);/*recuperation de L et H via */ + CreerFenetre(150,150,L,H);/*recuperation de L et H via le reste du programme*/ Touche(); FermerGraphique(); return EXIT_SUCCESS;