]> git.sesse.net Git - vlc/blobdiff - bindings/python/vlc_mediacontrol.c
Translate Console.
[vlc] / bindings / python / vlc_mediacontrol.c
index 8aa6eea715b878df4e2efc10191fbe3d2369adfa..b5b51ff98959b9d93442b1ad3e93a8a262f64594 100644 (file)
@@ -37,7 +37,7 @@ MediaControl_new( PyTypeObject *type, PyObject *args, PyObject *kwds )
     char** ppsz_args = NULL;
     libvlc_instance_t* p_instance = NULL;
     Py_ssize_t i_size = 0;
+
     self = PyObject_New( MediaControl, &MediaControl_Type );
 
     fprintf (stderr, "Instanciating mediacontrol\n");