Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c |
diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c |
index 4c9df4a417728dfb76628a5d7d349f9a8dc84eb0..b52b8e9b3981cb8a79b6c6786d5d5c767b007964 100644 |
--- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c |
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c |
@@ -33,7 +33,7 @@ static int32_t shim_PPPInitializeModule(PP_Module module_id, |
&__Pnacl_PPBGetInterface); |
} |
-static void shim_PPPShutdownModule() { |
+static void shim_PPPShutdownModule(void) { |
(*g_user_start_functions.PPP_ShutdownModule)(); |
} |