summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-chart.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/cairo-perf-chart.c')
-rw-r--r--perf/cairo-perf-chart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-chart.c b/perf/cairo-perf-chart.c
index 738fe5c7b..9ccb9b42e 100644
--- a/perf/cairo-perf-chart.c
+++ b/perf/cairo-perf-chart.c
@@ -139,7 +139,7 @@ find_ranges (struct chart *chart)
double test_time;
int seen_non_null;
int num_tests = 0;
- double slow_sum = 0, fast_sum = 0, sum;
+ double slow_sum = 0, fast_sum = 0, sum = 0;
int slow_count = 0, fast_count = 0;
int *count;
int i;