From 7d91c8a2cb3f2a5e0afe0d0c90956add51a4e27c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 21 Feb 2007 15:47:43 -0500 Subject: [PATCH] [test] Fix syntax typo in text-rotate --- test/text-rotate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/text-rotate.c b/test/text-rotate.c index 43b8e2a29..71d9cc366 100644 --- a/test/text-rotate.c +++ b/test/text-rotate.c @@ -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 };