Skip to content

Commit

Permalink
libvlc: libvlc_media_discoverer_stop returns nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Jun 9, 2016
1 parent 56f9da1 commit 440fcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/media_discoverer.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ libvlc_media_discoverer_start( libvlc_media_discoverer_t * p_mdis )
LIBVLC_API void
libvlc_media_discoverer_stop( libvlc_media_discoverer_t * p_mdis )
{
return vlc_sd_Stop( p_mdis->p_sd );
vlc_sd_Stop( p_mdis->p_sd );
}

/**************************************************************************
Expand Down

0 comments on commit 440fcfd

Please sign in to comment.