[vlc-devel] commit: Don't return at the end of void function. (Jean-Paul Saman )
git version control
git at videolan.org
Thu Apr 24 19:14:49 CEST 2008
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Sun Apr 20 00:08:51 2008 +0200| [65dd9c3ba7805cc19e05ba73816cbe5b59fb3dd6]
Don't return at the end of void function.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65dd9c3ba7805cc19e05ba73816cbe5b59fb3dd6
---
src/modules/modules.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/modules/modules.c b/src/modules/modules.c
index 9f0674d..dfd51d4 100644
--- a/src/modules/modules.c
+++ b/src/modules/modules.c
@@ -683,8 +683,6 @@ void __module_Unneed( vlc_object_t * p_this, module_t * p_module )
msg_Dbg( p_this, "removing module \"%s\"", p_module->psz_object_name );
vlc_object_release( p_module );
-
- return;
}
/**
More information about the vlc-devel
mailing list