vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun May 19 20:08:13 2019 +0300| [6dd48eb7ce927b1ce128545ce94d46633c8cb89f] | committer: Rémi Denis-Courmont
xspf: fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6dd48eb7ce927b1ce128545ce94d46633c8cb89f --- modules/misc/playlist/xspf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/playlist/xspf.c b/modules/misc/playlist/xspf.c index 2b710359ec..f61c45a2b0 100644 --- a/modules/misc/playlist/xspf.c +++ b/modules/misc/playlist/xspf.c @@ -157,7 +157,7 @@ xspfexportitem_end: * \brief Prints the XSPF header to file, writes each item by xspf_export_item() * and closes the open xml elements * \param p_this the VLC playlist object - * \return VLC_SUCCESS if some memory is available, otherwise VLC_ENONMEM + * \return VLC_SUCCESS if some memory is available, otherwise VLC_ENOMEM */ int xspf_export_playlist( vlc_object_t *p_this ) { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
