Commit 65dd9c3b authored by Jean-Paul Saman's avatar Jean-Paul Saman

Don't return at the end of void function.

parent d5780867
......@@ -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;
}
/**
......
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