Message format fixlet.
[TD_SE.git] / 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);
-       printf("fin des threads \n");
+       printf("fin des threads\n");
        return 0;
 }