Fix compiler warning about missing newline

This commit is contained in:
Martin Nordholts 2011-01-24 08:10:01 +01:00
parent eaba504f2a
commit 3c95ed31e0
1 changed files with 1 additions and 1 deletions

View File

@ -421,4 +421,4 @@ gimp_paint_options_gui_reset_angle (GtkWidget *button,
g_object_set (paint_options,
"brush-angle", 0.0,
NULL);
}
}