From a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 18:20:43 -0400 Subject: Lots of cleanups --- lib/commands/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/commands') diff --git a/lib/commands/commands.c b/lib/commands/commands.c index 1e9afe8e..80710387 100644 --- a/lib/commands/commands.c +++ b/lib/commands/commands.c @@ -23,7 +23,7 @@ static void xpipe(int fd[2]) { } int run_command(Text_t exe, List_t arg_list, Table_t env_table, - OptionalList_t input_bytes, List_t *output_bytes, List_t *error_bytes) + OptionalList_t input_bytes, List_t *output_bytes, List_t *error_bytes) { pthread_testcancel(); -- cgit v1.2.3