commit | a367d94b831afbcdfe12449f1da943beb008e080 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Fri Jan 20 17:06:21 2012 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Fri Jan 20 17:06:21 2012 +0000 |
tree | a3040e64d5f6e99b0d9c713276f457f0ec54da41 | |
parent | d628a0fb584f5c5e5e61e39707466b2668551098 [diff] [blame] |
diff --git a/MagickCore/annotate.c b/MagickCore/annotate.c index 3be7d4a..84dbb9e 100644 --- a/MagickCore/annotate.c +++ b/MagickCore/annotate.c
@@ -1513,8 +1513,8 @@ status=FT_Get_Glyph(face->glyph,&glyph.image); if (status == 0) { - status=FT_Outline_Get_BBox(&((FT_OutlineGlyph) glyph.image)-> - outline,&bounds); + status=FT_Outline_Get_BBox(&((FT_OutlineGlyph) glyph.image)->outline, + &bounds); if (status == 0) { FT_Vector_Transform(&glyph.origin,&affine);