mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
(do_external_panelize): constify argument.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
8b30eaee1c
commit
d82bfd8902
@ -299,7 +299,7 @@ remove_from_panelize (panelize_entry_t * entry)
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
static void
|
||||
do_external_panelize (char *command)
|
||||
do_external_panelize (const char *command)
|
||||
{
|
||||
dir_list *list = ¤t_panel->dir;
|
||||
mc_pipe_t *external;
|
||||
|
Loading…
Reference in New Issue
Block a user