mirror of https://github.com/MidnightCommander/mc
* selcodepage.c (do_select_codepage): Fix compilation.
This commit is contained in:
parent
17791c512b
commit
3f801e3e37
|
@ -3,6 +3,8 @@
|
|||
* dlg.[ch] (x_set_dialog_title): title constified.
|
||||
(create_dlg): Use g_new0 instead of g_new.
|
||||
|
||||
* selcodepage.c (do_select_codepage): Fix compilation.
|
||||
|
||||
2001-06-09 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* util.c (load_mc_home_file): New function. Load file from
|
||||
|
|
|
@ -94,8 +94,8 @@ int do_select_codepage()
|
|||
return -1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* HAVE_ICONV */
|
||||
}
|
||||
|
||||
#endif /* HAVE_CHARSET */
|
||||
|
|
Loading…
Reference in New Issue