diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 18:20:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 18:20:43 -0400 |
| commit | a4b8ef38b1d7a26b4e6bfa966f021a237bf16ce1 (patch) | |
| tree | a4137025b4096749341513f44c12d381ceb636bf /lib/commands | |
| parent | ecf08ab61fe49101b6c769badf362d21d8699df4 (diff) | |
Lots of cleanups
Diffstat (limited to 'lib/commands')
| -rw-r--r-- | lib/commands/commands.c | 2 |
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(); |
