[vlc-devel] commit: Fix typo. ( Rémi Duraffort )
git version control
git at videolan.org
Tue Jul 7 10:35:17 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Jul 6 12:58:38 2009 +0200| [6811f460568b5453bf5513c7afb69dccfe2256f4] | committer: Rémi Duraffort
Fix typo.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6811f460568b5453bf5513c7afb69dccfe2256f4
---
modules/video_filter/wall.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_filter/wall.c b/modules/video_filter/wall.c
index 264107f..2d66686 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;
More information about the vlc-devel
mailing list