gtk-demo: Cosmetics

Remove a few instances of double semicolon.
This commit is contained in:
Matthias Clasen 2020-06-04 13:28:21 -04:00
parent 1b7fb10361
commit 623a56391c
2 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ static void
setup_listitem_cb (GtkListItemFactory *factory,
GtkListItem *list_item)
{
GtkWidget *box, *picture, *name_label, *rgb_label, *hsv_label;;
GtkWidget *box, *picture, *name_label, *rgb_label, *hsv_label;
GtkExpression *color_expression, *expression;
GtkExpression *params[1];

View File

@ -301,7 +301,7 @@ do_listview_weather (GtkWidget *do_widget)
{
if (window == NULL)
{
GtkWidget *listview, *sw;;
GtkWidget *listview, *sw;
window = gtk_window_new ();
gtk_window_set_default_size (GTK_WINDOW (window), 600, 400);