(do_external_panelize): constify argument.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-04-01 16:35:05 +03:00
parent 8b30eaee1c
commit d82bfd8902

View File

@ -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 = &current_panel->dir;
mc_pipe_t *external;