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