summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2007-02-12 22:01:18 +0000
committerWerner Lemberg <wl@gnu.org>2007-02-12 22:01:18 +0000
commit406d25f3793af4cc08fee6884c740295383ee44b (patch)
treec45b8c5400d47f133467fe5acd90a7e34bccc404 /builds
parent5c74d3592f8754812105cd6b5959e16d5a154e14 (diff)
downloadfreetype2-406d25f3793af4cc08fee6884c740295383ee44b.tar.gz
more formatting and copyright years
Diffstat (limited to 'builds')
-rw-r--r--builds/mac/ftmac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/builds/mac/ftmac.c b/builds/mac/ftmac.c
index 0f2c27d24..4c0788fd9 100644
--- a/builds/mac/ftmac.c
+++ b/builds/mac/ftmac.c
@@ -443,7 +443,8 @@
{
int len = ft_strlen( p );
- if (len > 255)
+
+ if ( len > 255 )
len = 255;
q = p + len;