From a6de2d9e229d454b2514c5098dd49a2ecb65cf6c Mon Sep 17 00:00:00 2001 From: Tanner Babcock Date: Thu, 2 Nov 2023 22:26:01 -0500 Subject: [PATCH] Should commit these --- network/http.c | 1 + x/README.org | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/network/http.c b/network/http.c index 4aed580..14e7e68 100644 --- a/network/http.c +++ b/network/http.c @@ -274,6 +274,7 @@ int main(int argc, char *argv[]) { close(childfd); } + close(parentfd); return 0; } diff --git a/x/README.org b/x/README.org index 61da04e..69b0293 100644 --- a/x/README.org +++ b/x/README.org @@ -29,13 +29,6 @@ void print_modifiers(uint32_t mask) { [[https://gitlab.com/Babkock/learning/-/blob/master/x/fc.c][This small program]] returns a file path for fonts matching the given FontConfig syntax. Compile with =-lfontconfig=. -*** =fc.c= - -- Usage: =./fc "font name"= - -- Example: =./fc "SpaceMono Nerd Font"= - - ** XFT/Freetype [[https://gitlab.com/Babkock/learning/-/blob/master/x/xft.c][This fancy example]] uses FontConfig syntax to load a font, then prints a string with it in three different colors.