]> git.sesse.net Git - vlc/blobdiff - bindings/python/vlc_media.c
Don't clutter REGISTRY on windows...
[vlc] / bindings / python / vlc_media.c
index f557529eba0442d5f84e39763ec83d67534b9170..280e68b69e79a9dff64e38e28a7cf39157844322 100644 (file)
@@ -179,7 +179,7 @@ static PyMethodDef vlcMedia_methods[] =
       "is_preparsed() -> int" },
     { "get_meta", vlcMedia_get_meta, METH_VARARGS,
       "get_meta(str) -> str   Read the meta of the media." },
-    
+
     { NULL }  /* Sentinel */
 };