Skip to content

Commit

Permalink
rebase from master
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed Oct 31, 2023
1 parent f0f2d95 commit 0465edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ static void get(struct option *o, CURLU *uh)
}

static const struct var *setone(CURLU *uh, const char *setline,
const struct option *o)
struct option *o)
{
char *ptr = strchr(setline, '=');
const struct var *v = NULL;
Expand Down

0 comments on commit 0465edd

Please sign in to comment.