Message format fixlet.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 25 Feb 2018 12:24:24 +0000 (13:24 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 25 Feb 2018 12:24:24 +0000 (13:24 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
philosophe/philosophe.c

index 476d1245da42f344e88b127fd516e4d7d60126bb..ebd4ac89d3c5dd2f852623e03316e3eb95fa00ab 100644 (file)
@@ -51,6 +51,6 @@ int main()
        // attendre la fin des threads
        for (i = 0; i < N; i++)
                pthread_join(th[i], NULL);
        // 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;
 }
        return 0;
 }