From 4db9379b4b91171df5a277197f5384639d84c3cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 25 Feb 2018 13:24:24 +0100 Subject: [PATCH] Message format fixlet. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- philosophe/philosophe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1