diff options
author | Thomas White <taw@physics.org> | 2011-10-12 12:25:20 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:39 +0100 |
commit | 8dc02bb973241b9dd3cb2f876bc09b9b7eb62f70 (patch) | |
tree | 2a065ad9c32fb395032f6286df3a3e00b88eb0b3 | |
parent | 13257c9d5e5c0d06df4ed0bdcdbc2ba6c7acc6cd (diff) |
Formatting fussiness
-rw-r--r-- | src/scaling-report.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |