Fix a sparse warning.

2005-02-18  Kjartan Maraas  <kmaraas@gnome.org>

	* control-center.c: (create_control_center): Fix a
	sparse warning.
This commit is contained in:
Kjartan Maraas 2005-02-18 13:53:16 +00:00 committed by Kjartan Maraas
parent e02e5ab5d0
commit 31cff08c22
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-02-18 Kjartan Maraas <kmaraas@gnome.org>
* control-center.c: (create_control_center): Fix a
sparse warning.
2005-02-03 Chris Lahey <clahey@boston.ximian.com>
* control-center-categories.c (control_center_get_information):

View file

@ -1037,7 +1037,7 @@ canvas_draw_background (GnomeCanvas *canvas, GdkDrawable *drawable,
}
static ControlCenter *
create_control_center ()
create_control_center (void)
{
ControlCenter *cc;
GtkWidget *scroll_window;