From 28b9f11d5a4b878adb50a3e5472ceea8c462ed4a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Sep 2014 05:25:32 +0000 Subject: protoize no-arguments functions git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- nacl/pepper_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nacl') 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); } -- cgit v1.2.3