Revert the last commit 45337b07.

2.6.5
Alexei Podtelezhnikov 13 years ago
parent 45337b07a7
commit bc5bcecfd2
  1. 3
      src/base/ftstroke.c

@ -789,6 +789,7 @@
FT_Stroker_New( FT_Library library,
FT_Stroker *astroker )
{
FT_Error error; /* assigned in FT_NEW */
FT_Memory memory;
FT_Stroker stroker = NULL;
@ -808,7 +809,7 @@
*astroker = stroker;
return FT_Err_Ok;
return error;
}

Loading…
Cancel
Save