Commit edead8b8 authored by Jean-Paul Saman's avatar Jean-Paul Saman

small codingstyle fix

parent e602caeb
...@@ -467,7 +467,7 @@ static void Destroy( vlc_object_t *p_this ) ...@@ -467,7 +467,7 @@ static void Destroy( vlc_object_t *p_this )
#ifdef HAVE_FONTCONFIG #ifdef HAVE_FONTCONFIG
static void FontBuilder( vlc_object_t *p_this) static void FontBuilder( vlc_object_t *p_this )
{ {
filter_t *p_filter = (filter_t*)p_this; filter_t *p_filter = (filter_t*)p_this;
filter_sys_t *p_sys = p_filter->p_sys; filter_sys_t *p_sys = p_filter->p_sys;
......
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