Skip to content

Commit

Permalink
trurl: fix compiler warning after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Oct 31, 2023
1 parent 2f290ff commit 364006d
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 @@ -504,7 +504,7 @@ static int getarg(struct option *o,
#endif
}
else if(!strcmp("--curl", flag))
op->curl = true;
o->curl = true;
else if(!strcmp("--default-port", flag))
o->default_port = true;
else if(!strcmp("--keep-port", flag))
Expand Down

0 comments on commit 364006d

Please sign in to comment.