X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Flibvlc.c;h=00cc81d9e0819e7fc47e978cb18774e8b9ca20b0;hb=a4cee8ccbc462029918110b9847178a65980eab5;hp=cc59cbee8b01f0b564c7c811aa904d6de7bf7586;hpb=b6194a363f80b3e99ad86f7dfb320935e013ee72;p=vlc diff --git a/src/libvlc.c b/src/libvlc.c index cc59cbee8b..00cc81d9e0 100644 --- a/src/libvlc.c +++ b/src/libvlc.c @@ -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 )