[HarfBuzz] harfbuzz: Branch 'master'
Simon Hausmann
hausmann at kemper.freedesktop.org
Wed Jan 3 06:53:25 PST 2007
test/main.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 286237f12a3f62eb744102d6ac4d513e39db2189 (from 50ad1ea708de6b2604473a17c14f3f9a5bd00bb1)
Author: Simon Hausmann <shausman at rhea.troll.no>
Date: Wed Jan 3 15:53:20 2007 +0100
this is just a dummy commit to see if the commit mail notification works now. please ignore :)
diff --git a/test/main.c b/test/main.c
index d265f8b..5edd0b8 100644
--- a/test/main.c
+++ b/test/main.c
@@ -199,7 +199,7 @@ shapetest(FT_Face face)
printf ("output:\n");
for (i = 0; i < buffer->in_length; ++i)
- printf ("i %d glyph %4x\n", i, buffer->in_string[i].gindex);
+ printf ("i %d glyph %4x \n", i, buffer->in_string[i].gindex);
hb_opentype_helper_free (&helper);
hb_buffer_free (buffer);
More information about the HarfBuzz
mailing list