view: fixed compile hint: char * -> const char *
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Этот коммит содержится в:
родитель
ea40afeef5
Коммит
be343e3107
@ -3517,7 +3517,7 @@ static void
|
|||||||
view_select_encoding (WView *view)
|
view_select_encoding (WView *view)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_CHARSET
|
#ifdef HAVE_CHARSET
|
||||||
char *enc = NULL;
|
const char *enc = NULL;
|
||||||
|
|
||||||
if (!do_select_codepage ())
|
if (!do_select_codepage ())
|
||||||
return;
|
return;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user