diff --git a/src/partie1/saeP1.h b/src/partie1/saeP1.h index dd8900e..fee17de 100644 --- a/src/partie1/saeP1.h +++ b/src/partie1/saeP1.h @@ -2,7 +2,7 @@ typedef struct MaillonDep { char departement[31]; int nbp; - char resp[51] + char resp[51]; struct MaillonDep* suivant; }MaillonDep;