Skip to content
Snippets Groups Projects
Commit b1b187cd authored by infirit's avatar infirit
Browse files

Re-add erroneously removed opening semicolon

parent 67857be6
No related branches found
No related tags found
No related merge requests found
...@@ -1285,6 +1285,7 @@ main (int argc, ...@@ -1285,6 +1285,7 @@ main (int argc,
style = drawing_area->style; style = drawing_area->style;
state = (GtkStateType) 0; state = (GtkStateType) 0;
while (state < (GtkStateType) G_N_ELEMENTS (style->bg)) while (state < (GtkStateType) G_N_ELEMENTS (style->bg))
{
gtk_widget_modify_bg (drawing_area, state, &style->mid[state]); gtk_widget_modify_bg (drawing_area, state, &style->mid[state]);
state++; state++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment