1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

[cmdline] const target in redir_cmd

This commit is contained in:
Witold Filipczyk 2022-02-18 14:57:04 +01:00
parent d2d519f5d1
commit 9dcae138a7

View File

@ -727,7 +727,7 @@ printhelp_cmd(struct option *option, char ***argv, int *argc)
static const char *
redir_cmd(struct option *option, char ***argv, int *argc)
{
char *target;
const char *target;
/* I can't get any dirtier. --pasky */