From 1935a7629d7e232e958eeec1634ece32ec4049df Mon Sep 17 00:00:00 2001 From: Andrey Ovchinnikov Date: Mon, 5 Feb 2024 15:03:51 +0300 Subject: [PATCH] fix new line symbol missing --- sources/frontend.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/frontend.c b/sources/frontend.c index a1f9432cd..18d38304a 100644 --- a/sources/frontend.c +++ b/sources/frontend.c @@ -2341,3 +2341,4 @@ void od_frontend(void *arg) /* close frontend connection */ od_frontend_close(client); } +