From 4894825dac8a6bacae0f793e4651b485b917e183 Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Tue, 29 Nov 2022 10:54:07 +0100 Subject: [PATCH] fix(feuille.c): documentation (x2) --- feuille.c | 1 + 1 file changed, 1 insertion(+) diff --git a/feuille.c b/feuille.c index 0c3c1db..6f15a3e 100644 --- a/feuille.c +++ b/feuille.c @@ -117,6 +117,7 @@ void accept_loop(int server) verbose(2, "making the right URL..."); if ((url = create_url(id)) != NULL) { + /* send URL */ verbose(2, "done.", url); verbose(1, "sending the link to the client...");