From 3717e19498b36fd036b2fc9a387fb426c5403d64 Mon Sep 17 00:00:00 2001
From: ngenyingondo <raphael.ngenyi@student.uclouvain.be>
Date: Sat, 9 May 2020 14:56:42 +0200
Subject: [PATCH] =?UTF-8?q?sp=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 run.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/run.c b/run.c
index d497a3f..010e0e6 100755
--- a/run.c
+++ b/run.c
@@ -391,6 +391,7 @@ void thread_create_join(struct buffer_rc *ptr1,struct buffer_cw *ptr2,struct buf
     if(err != 0){return;}
 }
 
+/* Destruction des sémaphores*/
 void mut_sem_destroy(void){
     pthread_mutex_destroy(&mutex1);
     pthread_mutex_destroy(&mutex2);
-- 
GitLab