mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 18:28:00 +02:00
test: Fix typo in sample_horizontal to use horizontal, not vertical.
Triggers the following warning during build: sample.c:61:1: warning: ‘horizontal’ defined but not used [-Wunused-function] Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
17dc312221
commit
5271f31991
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ CAIRO_TEST (sample_horizontal,
|
|||
NULL, /* keywords */
|
||||
"target=raster slow", /* requirements */
|
||||
WIDTH, HEIGHT,
|
||||
NULL, vertical)
|
||||
NULL, horizontal)
|
||||
|
||||
CAIRO_TEST (sample_diagonal,
|
||||
"Check the fidelity of the rasterisation.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue