[vlc-commits] xspf: fix typo
Rémi Denis-Courmont
git at videolan.org
Sun May 19 19:20:20 CEST 2019
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | 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 )
{
More information about the vlc-commits
mailing list