Commit 3dd8af26 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix Typo. Patch by Pierre Ynard.

parent b9751c6b
...@@ -316,7 +316,7 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out, ...@@ -316,7 +316,7 @@ static int RenderText( filter_t *p_filter, subpicture_region_t *p_region_out,
#endif #endif
if( !*psz_string ) if( !*psz_string )
{ {
free( psz_strin ); free( psz_string );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
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