From 7781c2b960c50b495d1045b364043315e10f4c76 Mon Sep 17 00:00:00 2001 From: Tom MTT Date: Mon, 21 Nov 2022 19:44:41 +0100 Subject: [PATCH] fix(feuille.c): pledge indentation --- feuille.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feuille.c b/feuille.c index b2c85fb..4222ffd 100644 --- a/feuille.c +++ b/feuille.c @@ -294,7 +294,7 @@ int main(int argc, char *argv[]) /* OpenBSD-only security measures */ #ifdef __OpenBSD__ - pledge("proc stdio rpath wpath cpath inet", "stdio rpath wpath cpath inet"); + pledge("proc stdio rpath wpath cpath inet", "stdio rpath wpath cpath inet"); #endif /* create a thread pool for incoming connections */