[cairo-commit] perf/cairo-perf-compare-backends.c
Chris Wilson
ickle at kemper.freedesktop.org
Tue Jun 2 07:41:57 PDT 2009
perf/cairo-perf-compare-backends.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d331dda48017667c15f95bf7d510bce2f38111de
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Tue Jun 2 15:41:19 2009 +0100
[perf] Missing ')' in output
diff --git a/perf/cairo-perf-compare-backends.c b/perf/cairo-perf-compare-backends.c
index 5c8d2fc..8212849 100644
--- a/perf/cairo-perf-compare-backends.c
+++ b/perf/cairo-perf-compare-backends.c
@@ -127,7 +127,7 @@ test_diff_print (test_diff_t *diff,
diff->tests[0]->name,
diff->tests[0]->size);
} else {
- printf ("(%s\n", diff->tests[0]->name);
+ printf ("(%s)\n", diff->tests[0]->name);
}
for (i = 0; i < diff->num_tests; i++) {
More information about the cairo-commit
mailing list