Commit 5c65448e authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix

parent 6512abec
...@@ -142,7 +142,7 @@ VLC_PUBLIC_API void libvlc_destroy( libvlc_instance_t *, libvlc_exception_t * ); ...@@ -142,7 +142,7 @@ VLC_PUBLIC_API void libvlc_destroy( libvlc_instance_t *, libvlc_exception_t * );
typedef struct { typedef struct {
int i_id; int i_id;
char * psz_uri; char * psz_uri;
char * psz_name char * psz_name;
} libvlc_playlist_item_t; } libvlc_playlist_item_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment