summaryrefslogtreecommitdiff
path: root/nacl
diff options
context:
space:
mode:
Diffstat (limited to 'nacl')
-rw-r--r--nacl/pepper_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nacl/pepper_main.c b/nacl/pepper_main.c
index c0e497b387..1ccafd9332 100644
--- a/nacl/pepper_main.c
+++ b/nacl/pepper_main.c
@@ -676,7 +676,7 @@ PPP_GetInterface(const char* interface_name)
* Called before the plugin module is unloaded.
*/
PP_EXPORT void
-PPP_ShutdownModule()
+PPP_ShutdownModule(void)
{
ruby_cleanup(0);
}