This commit is contained in:
Laureηt 2021-05-23 16:28:52 +02:00
parent c49c2acd20
commit 24e923855f

2
jobs.c
View file

@ -144,4 +144,4 @@ cell *trouver_id(list *l_ptr, int id)
}
return NULL; // erreur
}
}