X-Git-Url: https://git.piment-noir.org/?p=TD_SE.git;a=blobdiff_plain;f=philosophe%2Fphilosophe.c;h=ebd4ac89d3c5dd2f852623e03316e3eb95fa00ab;hp=476d1245da42f344e88b127fd516e4d7d60126bb;hb=4db9379b4b91171df5a277197f5384639d84c3cf;hpb=a2b1260fdc9092cc70f5b1ef760104c09d4f325a diff --git a/philosophe/philosophe.c b/philosophe/philosophe.c index 476d124..ebd4ac8 100644 --- a/philosophe/philosophe.c +++ b/philosophe/philosophe.c @@ -51,6 +51,6 @@ int main() // attendre la fin des threads for (i = 0; i < N; i++) pthread_join(th[i], NULL); - printf("fin des threads \n"); + printf("fin des threads\n"); return 0; }