src/screen.c: fixed warning hint: char * -> const char *

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
Sergei Trofimovich 2009-07-15 21:01:15 +03:00 committed by Slava Zanko
parent 2e7808f63c
commit 798205ce07

View File

@ -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;