git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
double variable declaration
[vlc.git]
/
modules
/
access
/
vcdx
/
intf.c
diff --git
a/modules/access/vcdx/intf.c
b/modules/access/vcdx/intf.c
index
efd8cfc
..
338f13a
100644
(file)
--- 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 */