]> git.sesse.net Git - vlc/commitdiff
Compile fix
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 20 Feb 2007 10:12:38 +0000 (10:12 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 20 Feb 2007 10:12:38 +0000 (10:12 +0000)
include/vlc/libvlc.h

index 0ddc1a52d71bee0836497093395b890a56f1268a..c3110986ba191564f77ceae108bcaf43ecfc900e 100644 (file)
@@ -142,7 +142,7 @@ VLC_PUBLIC_API void libvlc_destroy( libvlc_instance_t *, libvlc_exception_t * );
 typedef struct {
     int i_id;
     char * psz_uri;
-    char * psz_name
+    char * psz_name;
 
 } libvlc_playlist_item_t;