From: Pierre d'Herbemont Date: Tue, 12 Aug 2008 21:33:08 +0000 (+0200) Subject: vlc_playlist.h: Correct type for request status. (Fix a warning too). X-Git-Tag: 0.9.0~422 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=902cddda86a6985147c12715054bcfc55c56410e;p=vlc vlc_playlist.h: Correct type for request status. (Fix a warning too). --- diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h index b1ffaca5d8..e2737e681a 100644 --- a/include/vlc_playlist.h +++ b/include/vlc_playlist.h @@ -213,7 +213,7 @@ struct playlist_t struct { /* Request. Use this to give orders to the playlist main loop */ - int i_status; /**< requested playlist status */ + playlist_status_t i_status; /**< requested playlist status */ playlist_item_t * p_node; /**< requested node to play from */ playlist_item_t * p_item; /**< requested item to play in the node */