Index: ppapi/c/ppp.h |
diff --git a/ppapi/c/ppp.h b/ppapi/c/ppp.h |
index fad8d6caa1ee7de879361608554c64a218e584f4..3a9f45408e8f53fac3b0c5925e7bfe0ecb03d4e9 100644 |
--- a/ppapi/c/ppp.h |
+++ b/ppapi/c/ppp.h |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-/* From ppp.idl modified Mon Nov 5 15:50:24 2012. */ |
+/* From ppp.idl modified Tue Nov 13 08:48:25 2012. */ |
#ifndef PPAPI_C_PPP_H_ |
#define PPAPI_C_PPP_H_ |
@@ -145,7 +145,7 @@ typedef int32_t (*PP_InitializeModule_Func)( |
/** |
* Defines the type of the <code>PPP_ShutdownModule</code> function. |
*/ |
-typedef void (*PP_ShutdownModule_Func)(); |
+typedef void (*PP_ShutdownModule_Func)(void); |
/** |
* Defines the type of the <code>PPP_ShutdownModule</code> function. |