summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'perf/cairo-perf-report.c')
-rw-r--r--perf/cairo-perf-report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-report.c b/perf/cairo-perf-report.c
index 38bdc0cd4..b86bc36f7 100644
--- a/perf/cairo-perf-report.c
+++ b/perf/cairo-perf-report.c
@@ -186,7 +186,7 @@ test_report_parse (test_report_t *report,
skip_space ();
} while (*s && *s != '\n');
report->stats.iterations = 0;
- skip_char ('\n');
+ if (*s) skip_char ('\n');
} else {
parse_double (report->stats.min_ticks);
skip_space ();