[cairo-commit] test/text-rotate.c
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Feb 21 12:47:55 PST 2007
test/text-rotate.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 7d91c8a2cb3f2a5e0afe0d0c90956add51a4e27c (from 155a1b48f6c8265ad5dd594354b66b3e8341bade)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Feb 21 15:47:43 2007 -0500
[test] Fix syntax typo in text-rotate
diff --git a/test/text-rotate.c b/test/text-rotate.c
index 43b8e2a..71d9cc3 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
};
More information about the cairo-commit
mailing list