diff options
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(); |
