mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
src/screen.c: fixed warning hint: char * -> const char *
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
2e7808f63c
commit
798205ce07
@ -2649,7 +2649,7 @@ panel_set_sort_order (WPanel *panel, sortfn *sort_order)
|
||||
void
|
||||
set_panel_encoding (WPanel *panel)
|
||||
{
|
||||
char *encoding = NULL;
|
||||
const char *encoding = NULL;
|
||||
char *cd_path;
|
||||
#ifdef HAVE_CHARSET
|
||||
const char *errmsg;
|
||||
|
Loading…
Reference in New Issue
Block a user