diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-02-21 15:47:43 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-02-21 15:47:43 -0500 |
commit | 7d91c8a2cb3f2a5e0afe0d0c90956add51a4e27c (patch) | |
tree | 4a21ede38afb7e6a6319bc4c3460380851c986a9 /test/text-rotate.c | |
parent | 155a1b48f6c8265ad5dd594354b66b3e8341bade (diff) |
[test] Fix syntax typo in text-rotate
Diffstat (limited to 'test/text-rotate.c')
-rw-r--r-- | test/text-rotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text-rotate.c b/test/text-rotate.c index 43b8e2a2..71d9cc36 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 }; |