Browse Source

Fix typo.

pull/2/head
Rémi Duraffort 17 years ago
parent
commit
6811f46056
  1. 2
      modules/video_filter/wall.c

2
modules/video_filter/wall.c

@ -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++ )
{
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 )
{
*p_mouse = *p_new;

Loading…
Cancel
Save