mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Another const from Jere Viikari.
This commit is contained in:
@@ -339,7 +339,7 @@ static int
|
|||||||
getopt_internal(int nargc, char * const *nargv, const char *options,
|
getopt_internal(int nargc, char * const *nargv, const char *options,
|
||||||
const struct option *long_options, int *idx, int flags)
|
const struct option *long_options, int *idx, int flags)
|
||||||
{
|
{
|
||||||
char *oli; /* option letter list index */
|
const char *oli; /* option letter list index */
|
||||||
int optchar, short_too;
|
int optchar, short_too;
|
||||||
static int posixly_correct = -1;
|
static int posixly_correct = -1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user