[vlc-devel] src/control/core.c typo
Filippo Carone
filippo at carone.org
Mon Dec 12 02:20:53 CET 2005
I know a double ; is harmless, but it's probably a typo.
Index: src/control/core.c
===================================================================
--- src/control/core.c (revision 13683)
+++ src/control/core.c (working copy)
@@ -215,7 +215,7 @@
const mediacontrol_Position * a_position,
mediacontrol_Exception *exception )
{
- input_thread_t *p_input = self->p_playlist->p_input;;
+ input_thread_t *p_input = self->p_playlist->p_input;
/* FIXME: use the a_position parameter */
exception=mediacontrol_exception_init( exception );
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list