[vlc-devel] commit: double variable declaration ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Sep 3 21:54:31 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Sep  3 22:57:41 2008 +0300| [c14bb395488bd2061952b09494c42036a7e9f6f4] | committer: Rémi Denis-Courmont 

double variable declaration

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c14bb395488bd2061952b09494c42036a7e9f6f4
---

 modules/access/vcdx/intf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/vcdx/intf.c b/modules/access/vcdx/intf.c
index efd8cfc..338f13a 100644
--- a/modules/access/vcdx/intf.c
+++ b/modules/access/vcdx/intf.c
@@ -122,7 +122,7 @@ RunIntf( intf_thread_t *p_intf )
     p_vcdplayer = p_intf->p_sys->p_vcdplayer;
     p_access    = p_vcdplayer->p_access;
 
-    int canc = vlc_savecancel();
+    canc = vlc_savecancel();
     dbg_print( INPUT_DBG_CALL, "intf initialized" );
 
     /* Main loop */




More information about the vlc-devel mailing list