Commit c14bb395 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

double variable declaration

parent 538b9eb9
......@@ -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 */
......
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