@ -2,7 +2,7 @@ typedef struct MaillonDep
{
char departement[31];
int nbp;
char resp[51]
char resp[51];
struct MaillonDep* suivant;
}MaillonDep;