mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 22:20:28 +01:00
[perf] Missing ')' in output
This commit is contained in:
parent
c9ddaf8e7f
commit
d331dda480
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue