summaryrefslogtreecommitdiff
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
parent71969d1edfac78f2bd2f76f0210848d124f38ed0 (diff)
downloadfreetype2-61903609674f2a4ad18abbbcb1d40f5c8beeeaf4.tar.gz
Minor.
-rw-r--r--builds/mac/ftmac.c2
-rw-r--r--src/base/ftmac.c2
-rw-r--r--src/cid/cidload.c2
-rw-r--r--src/smooth/ftgrays.c2
4 files changed, 4 insertions, 4 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;
}
diff --git a/src/base/ftmac.c b/src/base/ftmac.c
index f41c5eeab..36a860979 100644
--- a/src/base/ftmac.c
+++ b/src/base/ftmac.c
@@ -560,7 +560,7 @@
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;
}
diff --git a/src/cid/cidload.c b/src/cid/cidload.c
index 7fd0d7c78..768509a38 100644
--- a/src/cid/cidload.c
+++ b/src/cid/cidload.c
@@ -594,7 +594,7 @@
goto Fail;
if ( FT_STREAM_SEEK( cid->data_offset + offsets[0] ) ||
- FT_STREAM_READ( subr->code[0], data_len ) )
+ FT_STREAM_READ( subr->code[0], data_len ) )
goto Fail;
/* set up pointers */
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index cc415e312..e735f3ed1 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1953,7 +1953,7 @@ typedef ptrdiff_t FT_PtrDist;
ras.cell_null->x = CELL_MAX_X_VALUE;
ras.cell_null->area = 0;
ras.cell_null->cover = 0;
- ras.cell_null->next = NULL;;
+ ras.cell_null->next = NULL;
/* set up vertical bands */
ras.ycells = (PCell*)buffer;