summaryrefslogtreecommitdiff
path: root/builds/mac
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-02-25 21:06:43 +0000
committerWerner Lemberg <wl@gnu.org>2007-02-25 21:06:43 +0000
commitde5e686661326bfef3f78697f4e1f2aabd38bc48 (patch)
tree0e28266f11b2ecfa7b81b6a2d340f7bce45aa030 /builds/mac
parent601aefe4eccd84c8fbca4d43bd8fa68fe6a342d9 (diff)
downloadfreetype2-de5e686661326bfef3f78697f4e1f2aabd38bc48.tar.gz
formatting
Diffstat (limited to 'builds/mac')
-rw-r--r--builds/mac/ftmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/mac/ftmac.c b/builds/mac/ftmac.c
index d6a8558ee..45365dc5b 100644
--- a/builds/mac/ftmac.c
+++ b/builds/mac/ftmac.c
@@ -283,7 +283,7 @@
kCFStringEncodingMacRoman );
ats_font_id = ATSFontFindFromName( cf_fontName,
kATSOptionFlagsUnRestrictedScope );
- CFRelease(cf_fontName);
+ CFRelease( cf_fontName );
if ( ats_font_id == 0 || ats_font_id == 0xFFFFFFFFUL )
return FT_Err_Unknown_File_Format;