removed a compiler warning..

This commit is contained in:
David Turner 2000-07-07 20:14:22 +00:00
parent 9b3d1c75ad
commit 62952153fe
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@
FT_Pos x, FT_Pos x,
FT_Pos y ) FT_Pos y )
{ {
FT_Error error; FT_Error error = 0;
/* test whether we are building a new contour */ /* test whether we are building a new contour */
if ( !builder->path_begun ) if ( !builder->path_begun )