hermes

HTTP GET/HEAD-only web server for static content.
git clone git://git.francescosaccone.com/hermes
Log | Files | Refs | README | LICENSE

commit 6ead0be8059114acf75c1a806f41f953aa456061
parent 9a54896c3fc8d43f34bca82a186fd7eb9bed9587
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Mon, 31 Mar 2025 14:08:19 +0200

style: add empty line after comment to avoid ambiguity

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mhermes.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/hermes.c b/hermes.c @@ -120,6 +120,7 @@ main(int argc, char *argv[]) { break; default: /* parent process */ + int child_status; /* wait for the child process to exit */