Skip to content

Commit

Permalink
autotest: fix getopt parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
aboseley authored and eyalroz committed May 5, 2024
1 parent af05afe commit 727b0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/autotest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int main(int argc, char *argv[])

static bool parse_options(int argc, char *argv[])
{
char c;
int c;
bool gotopt = false;

opts.i = false;
Expand Down

0 comments on commit 727b0e5

Please sign in to comment.