vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Wed Aug 7 14:40:12 2019 +0200| [9f6b3be3c70e30bed29240b90f42a0d03d136880] | committer: Hugo Beauzée-Luyssen
medialibrary: Fix typo > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f6b3be3c70e30bed29240b90f42a0d03d136880 --- include/vlc_media_library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_media_library.h b/include/vlc_media_library.h index 222b6c635a..cba1c7adca 100644 --- a/include/vlc_media_library.h +++ b/include/vlc_media_library.h @@ -523,7 +523,7 @@ enum vlc_ml_event_type * A discovery started. * For each VLC_ML_EVENT_DISCOVERY_STARTED event, there will be * 1 VLC_ML_EVENT_DISCOVERY_COMPLETED event, and N - * VLC_ML_EVENT_DISCOVERY_COMPLETED events. + * VLC_ML_EVENT_DISCOVERY_PROGRESS events. * The entry point being discovered is stored in * vlc_ml_event_t::discovery_started::psz_entry_point. */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
