From: cristy Date: Fri, 20 Jan 2012 17:06:21 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~6328 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a367d94b831afbcdfe12449f1da943beb008e080;p=imagemagick --- diff --git a/MagickCore/annotate.c b/MagickCore/annotate.c index 3be7d4a04..84dbb9e94 100644 --- a/MagickCore/annotate.c +++ b/MagickCore/annotate.c @@ -1513,8 +1513,8 @@ static MagickBooleanType RenderFreetype(Image *image,const DrawInfo *draw_info, 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);