From: Christophe Mutricy Date: Tue, 20 Feb 2007 10:12:38 +0000 (+0000) Subject: Compile fix X-Git-Tag: 0.9.0-test0~8519 X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=commitdiff_plain;h=5c65448e0b35248731c35c8c33596bc9b41569e0;ds=sidebyside Compile fix --- diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index 0ddc1a52d7..c3110986ba 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -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;