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
065cee9a
Commit
065cee9a
authored
Aug 17, 2007
by
Pierre d'Herbemont
Browse files
misc/events.c: Avoid a warning.
parent
5a68b3bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/events.c
View file @
065cee9a
...
...
@@ -128,7 +128,7 @@ void vlc_event_send( vlc_event_manager_t * p_em,
vlc_event_listeners_group_t
*
listeners_group
;
vlc_event_listener_t
*
listener
;
vlc_event_callback_t
func
=
NULL
;
void
*
user_data
;
void
*
user_data
=
NULL
;
/* Fill event with the sending object now */
p_event
->
p_obj
=
p_em
->
p_obj
;
...
...
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