diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-12 18:17:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-12 18:17:59 +0100 |
commit | 6ce21d57d9a627a95bfb2f10519ae3cd032f521b (patch) | |
tree | e088a4cd29bb2deff647b7a2c1d64c1abe13d0af /np_sdk | |
parent | c89602036aa127684e118b2606258201f1906152 (diff) |
Typo
Change-Id: I2d28680b9e08baf7ec11098b698f881f3a420cb6
Diffstat (limited to 'np_sdk')
-rw-r--r-- | np_sdk/mozsrc/npwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/np_sdk/mozsrc/npwin.cxx b/np_sdk/mozsrc/npwin.cxx index 890533a8c6bd..9021c635993c 100644 --- a/np_sdk/mozsrc/npwin.cxx +++ b/np_sdk/mozsrc/npwin.cxx @@ -150,7 +150,7 @@ NP_Initialize(NPNetscapeFuncs* pFuncs) } #endif - return NPP_Initialize; + return NPP_Initialize(); } //\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\//\\. |