aboutsummaryrefslogtreecommitdiff
path: root/lib/commands/commands.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-23 18:20:43 -0400
commita4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch)
treea4137025b4096749341513f44c12d381ceb636bf /lib/commands/commands.c
parentecf08ab61fe49101b6c769badf362d21d8699df4 (diff)
Lots of cleanups
Diffstat (limited to 'lib/commands/commands.c')
-rw-r--r--lib/commands/commands.c2
1 files changed, 1 insertions, 1 deletions
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();