Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jan 6, 2025
1 parent 7bae400 commit 3334fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/common/command_line_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ AWS_COMMON_API void aws_cli_reset_state(void);
/*
* Returns the aws_cli_optarg variable
*/
AWS_COMMON_API char *aws_get_cli_optarg(void);
AWS_COMMON_API const char *aws_get_cli_optarg(void);

/**
* Dispatches the current command line arguments with a subcommand from the second input argument in argv[], if
Expand Down

0 comments on commit 3334fee

Please sign in to comment.