Commit 5f760829 authored by Olivier Aubert's avatar Olivier Aubert

libvlc.h: fix incorrect comment docstring

parent 682f5a35
...@@ -375,7 +375,6 @@ VLC_PUBLIC_API void libvlc_log_close( libvlc_log_t *p_log ); ...@@ -375,7 +375,6 @@ VLC_PUBLIC_API void libvlc_log_close( libvlc_log_t *p_log );
* Returns the number of messages in a log instance. * Returns the number of messages in a log instance.
* *
* \param p_log libvlc log instance or NULL * \param p_log libvlc log instance or NULL
* \param p_e an initialized exception pointer
* \return number of log messages, 0 if p_log is NULL * \return number of log messages, 0 if p_log is NULL
*/ */
VLC_PUBLIC_API unsigned libvlc_log_count( const libvlc_log_t *p_log ); VLC_PUBLIC_API unsigned libvlc_log_count( const libvlc_log_t *p_log );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment