Commit 7fc317d6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: add extra parenthesis for gcc-win32 4.4.1

I thought the C priorities were clear on that kind of figure... Why through an error then?
But, then, why not? It doesn't clutter the code that much and improves fast readability...
Maybe Diego is right... I don't know.
parent fe2f1a3a
......@@ -1361,6 +1361,6 @@ void StopEventThread( vout_thread_t *p_vout )
vlc_object_release( p_vout->p_sys->p_event );
}
if( !p_vout->p_sys->i_changes & SWITCHING_MODE_FLAG )
if( !( p_vout->p_sys->i_changes & SWITCHING_MODE_FLAG ) )
vlc_mutex_destroy( &p_vout->p_sys->lock );
}
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