* selcodepage.c (do_select_codepage): Fix compilation.

This commit is contained in:
Andrew V. Samoilov 2001-06-11 12:11:06 +00:00
parent 17791c512b
commit 3f801e3e37
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -94,8 +94,8 @@ int do_select_codepage()
return -1;
}
return 0;
}
#endif /* HAVE_ICONV */
}
#endif /* HAVE_CHARSET */