[vlc-devel] commit: Mozilla: missing return value. ( Rémi Duraffort )

git version control git at videolan.org
Tue Feb 2 09:34:43 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Feb  2 09:23:41 2010 +0100| [c1626d916ebd47fe0f888f6312f761054fdd1988] | committer: Rémi Duraffort 

Mozilla: missing return value.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1626d916ebd47fe0f888f6312f761054fdd1988
---

 projects/mozilla/vlcplugin.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/projects/mozilla/vlcplugin.cpp b/projects/mozilla/vlcplugin.cpp
index def5928..92fa10d 100644
--- a/projects/mozilla/vlcplugin.cpp
+++ b/projects/mozilla/vlcplugin.cpp
@@ -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;
 }
 
 




More information about the vlc-devel mailing list