[test] Fix syntax typo in text-rotate

This commit is contained in:
Behdad Esfahbod 2007-02-21 15:47:43 -05:00
parent 155a1b48f6
commit 7d91c8a2cb

View file

@ -94,7 +94,7 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"text-rotate",
"Tests show_text under various rotations"
"Tests show_text under various rotations",
WIDTH, HEIGHT,
draw
};