From 8dc02bb973241b9dd3cb2f876bc09b9b7eb62f70 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 12 Oct 2011 12:25:20 +0200 Subject: Formatting fussiness --- src/scaling-report.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scaling-report.c b/src/scaling-report.c index 805a131d..a1d1fbd3 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -266,6 +266,7 @@ static void partiality_graph(cairo_t *cr, const struct image *images, int n, if ( counts[i] == 0 ) continue; cairo_line_to(cr, g_width*pos, g_height - g_height*(totals[i]/counts[i])); + } cairo_set_source_rgb(cr, 0.0, 0.0, 0.0); cairo_stroke(cr); -- cgit v1.2.3