mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[cmdline] const target in redir_cmd
This commit is contained in:
parent
d2d519f5d1
commit
9dcae138a7
@ -727,7 +727,7 @@ printhelp_cmd(struct option *option, char ***argv, int *argc)
|
|||||||
static const char *
|
static const char *
|
||||||
redir_cmd(struct option *option, char ***argv, int *argc)
|
redir_cmd(struct option *option, char ***argv, int *argc)
|
||||||
{
|
{
|
||||||
char *target;
|
const char *target;
|
||||||
|
|
||||||
/* I can't get any dirtier. --pasky */
|
/* I can't get any dirtier. --pasky */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user