[vlc-commits] modules: fix module_exists() documentation.
Francois Cartegnie
git at videolan.org
Wed Dec 19 12:54:05 CET 2012
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Dec 19 12:53:16 2012 +0100| [73d483e188aea9590fd55dd4286afa85965e7ef1] | committer: Francois Cartegnie
modules: fix module_exists() documentation.
Still documents old behaviour.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73d483e188aea9590fd55dd4286afa85965e7ef1
---
src/modules/modules.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/modules.c b/src/modules/modules.c
index d9fdb7d..2fa9928 100644
--- a/src/modules/modules.c
+++ b/src/modules/modules.c
@@ -403,7 +403,7 @@ module_t *module_find (const char *name)
}
/**
- * Tell if a module exists and release it in thic case
+ * Tell if a module exists
*
* \param psz_name th name of the module
* \return TRUE if the module exists
More information about the vlc-commits
mailing list