fix typo
This commit is contained in:
parent
6623fc3082
commit
335458122a
1 changed files with 1 additions and 1 deletions
2
arbre.h
2
arbre.h
|
@ -39,7 +39,7 @@ void decompression(FILE *entree, FILE *sortie);
|
|||
*/
|
||||
void assignationCode(Arbre arbre, int codeActuel, int longueur, Lettre *lettresListe, int *i, int *longueurTotale);
|
||||
|
||||
// Convertis un arbre (struct Arbre) en Liste (struct Letre)
|
||||
// Convertis un arbre (struct Arbre) en Liste (struct Lettre).
|
||||
Lettre * arbreVersListe(Arbre arbre, int taille, int *tailleTotale);
|
||||
|
||||
#endif
|
||||
|
|
Reference in a new issue