Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
65dd9c3b
Commit
65dd9c3b
authored
Apr 20, 2008
by
Jean-Paul Saman
Browse files
Don't return at the end of void function.
parent
d5780867
Changes
1
Show whitespace changes
Inline
Side-by-side
src/modules/modules.c
View file @
65dd9c3b
...
...
@@ -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
;
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment