Commit 6da5d900 authored by Clément Stenac's avatar Clément Stenac

Compile fix

parent d34aa78d
......@@ -888,7 +888,7 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
if( i_error )
{
msg_Err( p_filter, "Unable to render text (FT_Get_Glyph returned "
%d", i_error );
"%d", i_error );
goto error;
}
FT_Glyph_Get_CBox( tmp_glyph, ft_glyph_bbox_pixels, &glyph_size );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment