* src/base/ftoutln.c (FT_Outline_Check): Fix C4701 warning.

This commit is contained in:
Alexei Podtelezhnikov 2023-02-20 22:31:21 -05:00
parent f5f969a8fe
commit 78464d1b0c
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@
end0 = end;
}
if ( end != n_points - 1 )
if ( end0 != n_points - 1 )
goto Bad;
/* XXX: check the tags array */