Commit 6811f460 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix typo.

parent 322eab0c
...@@ -428,7 +428,7 @@ static int Mouse( video_splitter_t *p_splitter, vlc_mouse_t *p_mouse, ...@@ -428,7 +428,7 @@ static int Mouse( video_splitter_t *p_splitter, vlc_mouse_t *p_mouse,
{ {
for( int x = 0; x < p_sys->i_col; x++ ) for( int x = 0; x < p_sys->i_col; x++ )
{ {
wall_output_t *p_output = p_output = &p_sys->pp_output[x][y]; wall_output_t *p_output = &p_sys->pp_output[x][y];
if( p_output->b_active && p_output->i_output == i_index ) if( p_output->b_active && p_output->i_output == i_index )
{ {
*p_mouse = *p_new; *p_mouse = *p_new;
......
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