Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c1626d91
Commit
c1626d91
authored
Feb 02, 2010
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mozilla: missing return value.
parent
71b2fdfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
projects/mozilla/vlcplugin.cpp
projects/mozilla/vlcplugin.cpp
+3
-0
No files found.
projects/mozilla/vlcplugin.cpp
View file @
c1626d91
...
...
@@ -176,6 +176,7 @@ bool EventObj::insert(const NPString &s, NPObject *l, bool b)
return
false
;
i
->
get
(
e
);
}
return
true
;
}
...
...
@@ -203,6 +204,8 @@ bool EventObj::remove(const NPString &s, NPObject *l, bool b)
}
if
(
!
any
)
unask_for_event
(
e
);
return
true
;
}
...
...
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