@ -10,7 +10,6 @@ candidat* LoadCandid(void)
FILE* file;
if((file=fopen(candid.bin,"wb")==NULL)
{
errnum=errno;
perror("Erreur : ");
exit(1);
}