From a231c3bbae0374fea3c454e2b96afe44ee844a9b Mon Sep 17 00:00:00 2001 From: Sebastien Escudier Date: Mon, 7 Jul 2008 14:39:03 +0200 Subject: [PATCH] Fix typo in libvlc_vlm.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- include/vlc/libvlc_vlm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc/libvlc_vlm.h b/include/vlc/libvlc_vlm.h index 0185022782..3203580d03 100644 --- a/include/vlc/libvlc_vlm.h +++ b/include/vlc/libvlc_vlm.h @@ -147,7 +147,7 @@ VLC_PUBLIC_API void libvlc_vlm_set_loop( libvlc_instance_t *, char *, int, * * \param p_instance the instance * \param psz_name the media to work on - * \param the new muxer + * \param psz_mux the new muxer * \param p_e an initialized exception pointer */ VLC_PUBLIC_API void libvlc_vlm_set_mux( libvlc_instance_t *p_instance, char *psz_name, -- 2.39.2