]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Export utf8_mkdir
[vlc] / src / libvlc.c
index cc59cbee8b01f0b564c7c811aa904d6de7bf7586..00cc81d9e0819e7fc47e978cb18774e8b9ca20b0 100644 (file)
@@ -148,7 +148,7 @@ int VLC_AddIntf( int i_object, char const *psz_module,
 /*****************************************************************************
  * VLC_Die: ask vlc to die.
  *****************************************************************************
- * This function sets p_vlc->b_die to VLC_TRUE, but does not do any other
+ * This function sets p_libvlc->b_die to VLC_TRUE, but does not do any other
  * task. It is your duty to call VLC_CleanUp and VLC_Destroy afterwards.
  *****************************************************************************/
 int VLC_Die( int i_object )