From 6811f460568b5453bf5513c7afb69dccfe2256f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Mon, 6 Jul 2009 12:58:38 +0200 Subject: [PATCH 1/1] Fix typo. --- modules/video_filter/wall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/wall.c b/modules/video_filter/wall.c index 264107f62b..2d66686ca5 100644 --- a/modules/video_filter/wall.c +++ b/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; -- 2.20.1