Commit 3ff0cab790755ae343c7dd2d3a7eba557d62d0f7

Authored by grouille
1 parent f2b17cb2

Correction d'une petite erreur sur l'affichage

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -32,7 +32,7 @@ void init_tree(Node* Tree)
32 32 for(int i=0; i<NB_CARAC; i++)
33 33 (*Tree)->next[i] = NULL; // initialisation du tableau 'next' à un tableau de pointeurs NULL
34 34 }
35   -}
  35 +}
36 36  
37 37 // Détermine l'indice de rangement dans le tableau 'next' du caractère 'letter'
38 38 int find_caract_indice(char letter) // Ne fonctionne pas pour les caractères accentués
... ...