Skip to content

Commit

Permalink
Change one more to const
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 25, 2024
1 parent 44c829c commit f0f71b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/win32/win_getopt.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ static int
parse_long_options(char * const *nargv, const char *options,
const struct option *long_options, int *idx, int short_too)
{
const char *current_argv;
char *has_equal;
const char *current_argv, *has_equal;
size_t current_argv_len;
int i, ambiguous, match;

Expand Down

0 comments on commit f0f71b2

Please sign in to comment.