removed a compiler warning..
This commit is contained in:
parent
9b3d1c75ad
commit
62952153fe
@ -464,7 +464,7 @@
|
||||
FT_Pos x,
|
||||
FT_Pos y )
|
||||
{
|
||||
FT_Error error;
|
||||
FT_Error error = 0;
|
||||
|
||||
/* test whether we are building a new contour */
|
||||
if ( !builder->path_begun )
|
||||
|
Loading…
Reference in New Issue
Block a user