diff --git a/src/ChangeLog b/src/ChangeLog index cb5c7005b..ee09baf66 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-11-17 Pavel Roskin + + * boxes.c (init_disp_bits_box): Make static. + 2002-11-15 Pavel Roskin * main.c (main): Don't call subshell_get_console_attributes() if diff --git a/src/boxes.c b/src/boxes.c index cc0535e69..1cbeb3305 100644 --- a/src/boxes.c +++ b/src/boxes.c @@ -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;