[vlc-devel] commit: libvlc.h: fix incorrect comment docstring (Olivier Aubert )

git version control git at videolan.org
Thu Sep 3 17:22:52 CEST 2009


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Thu Sep  3 17:06:54 2009 +0200| [5f760829153ce35fbff9d0a7428f3c55102e5363] | committer: Olivier Aubert 

libvlc.h: fix incorrect comment docstring

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f760829153ce35fbff9d0a7428f3c55102e5363
---

 include/vlc/libvlc.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h
index 2e8b334..31e11d3 100644
--- a/include/vlc/libvlc.h
+++ b/include/vlc/libvlc.h
@@ -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.
  *
  * \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
  */
 VLC_PUBLIC_API unsigned libvlc_log_count( const libvlc_log_t *p_log );




More information about the vlc-devel mailing list