From 3ff0cab790755ae343c7dd2d3a7eba557d62d0f7 Mon Sep 17 00:00:00 2001 From: grouille Date: Thu, 2 May 2019 13:57:24 +0200 Subject: [PATCH] Correction d'une petite erreur sur l'affichage --- tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.c b/tree.c index c7de211..d973e8c 100644 --- a/tree.c +++ b/tree.c @@ -32,7 +32,7 @@ void init_tree(Node* Tree) for(int i=0; inext[i] = NULL; // initialisation du tableau 'next' à un tableau de pointeurs NULL } -} +} // Détermine l'indice de rangement dans le tableau 'next' du caractère 'letter' int find_caract_indice(char letter) // Ne fonctionne pas pour les caractères accentués -- libgit2 0.21.2