From cd579afc938327869f58eb0eb220cd8913f6d2a1 Mon Sep 17 00:00:00 2001
From: "gaetan.siffert" <gaetan.siffert@etu.hesge.ch>
Date: Mon, 7 Feb 2022 15:58:58 +0100
Subject: [PATCH] Update queue.c

---
 queue.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/queue.c b/queue.c
index cac059e..2b02b8d 100644
--- a/queue.c
+++ b/queue.c
@@ -9,5 +9,4 @@ void queue_init(queue *q)
 	q->capacity = -1;
 	q->tail = -1;
 	q->data = malloc(sizeof(int));
-	return q;
-}
\ No newline at end of file
+}
-- 
GitLab