From 716915290b9fdbf8f0e9e7b79dd0c50991a4fccf Mon Sep 17 00:00:00 2001
From: ngenyingondo <raphael.ngenyi@student.uclouvain.be>
Date: Sat, 9 May 2020 15:05:43 +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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/run.c b/run.c
index 010e0e6..a3a0e2a 100755
--- a/run.c
+++ b/run.c
@@ -318,6 +318,7 @@ void sem_2_initializer (struct buffer_cw *buf){
 
 }
 
+/*Initialisation du buffer 1*/
 struct buffer_rc * buff_init_1(FILE *file1){
 
     struct buffer_rc *ptr1;
@@ -335,6 +336,7 @@ struct buffer_rc * buff_init_1(FILE *file1){
     return ptr1;
 }
 
+
 struct buffer_cw * buff_init_2(FILE *file2){
 
     struct buffer_cw *ptr2;
@@ -353,6 +355,7 @@ struct buffer_cw * buff_init_2(FILE *file2){
     return ptr2;
 }
 
+
 struct buffer_rccw *buff_init_12(struct buffer_rc *ptr1,struct buffer_cw *ptr2){
 
     struct buffer_rccw *ptr3;
-- 
GitLab