summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/host_plugin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_plugin.cc b/remoting/host/host_plugin.cc
index 3189634..350d8df 100644
--- a/remoting/host/host_plugin.cc
+++ b/remoting/host/host_plugin.cc
@@ -931,7 +931,7 @@ EXPORT NPError API_CALL NP_Initialize(NPNetscapeFuncs* npnetscape_funcs
return NPERR_NO_ERROR;
}
-EXPORT NPError NP_Shutdown() {
+EXPORT NPError API_CALL NP_Shutdown() {
LOG(INFO) << "NP_Shutdown";
delete g_at_exit_manager;
g_at_exit_manager = NULL;