- added newline at the end of the file in order to avoid a compiler warning

This commit is contained in:
Marc Scherfenberg 2006-07-19 16:21:47 +00:00
parent 8537339871
commit a8fc09e2ad
1 changed files with 1 additions and 1 deletions

View File

@ -82,4 +82,4 @@ void ecrire_commentaire_binaire(FILE *,char *);
int mot_clef_suivant_ascii(FILE *);
int mot_clef_suivant_binaire(FILE *);
void lire_bloc(FILE *, int *, int, int, int, char*);
void ecrire_bloc(FILE *, int *, int, int, int, char*);
void ecrire_bloc(FILE *, int *, int, int, int, char*);