summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2021-09-20 22:18:29 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2021-09-20 22:18:29 -0400
commit61903609674f2a4ad18abbbcb1d40f5c8beeeaf4 (patch)
treee507e4d61eb4c366061ac2288a2b9c22d02e8fe8 /builds
parent71969d1edfac78f2bd2f76f0210848d124f38ed0 (diff)
downloadfreetype2-61903609674f2a4ad18abbbcb1d40f5c8beeeaf4.tar.gz
Minor.
Diffstat (limited to 'builds')
-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 d8ee28777..cd3f4844b 100644
--- a/builds/mac/ftmac.c
+++ b/builds/mac/ftmac.c
@@ -939,7 +939,7 @@ typedef short ResourceIndex;
if ( lwfn_file_name[0] )
{
err = lookup_lwfn_by_fond( pathname, lwfn_file_name,
- buff, sizeof ( buff ) );
+ buff, sizeof ( buff ) );
if ( !err )
have_lwfn = 1;
}