* boxes.c (init_disp_bits_box): Make static.

This commit is contained in:
Pavel Roskin 2002-11-17 06:45:24 +00:00
parent 9e20efe375
commit 7cbd1dd863
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-17 Pavel Roskin <proski@gnu.org>
* boxes.c (init_disp_bits_box): Make static.
2002-11-15 Pavel Roskin <proski@gnu.org>
* main.c (main): Don't call subshell_get_console_attributes() if

View File

@ -561,7 +561,7 @@ static int sel_charset_button( int action, void *param )
return 0;
}
Dlg_head *
static Dlg_head *
init_disp_bits_box (void)
{
char *cpname;