| Index: native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| diff --git a/native_client_sdk/src/libraries/ppapi_simple/ps.h b/native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| index a6bb3d3fc7cece9f5a9806773a293f419a01bb01..fdc1c10d1a9889c1d30562fc00d3250a7a75ca0a 100644
|
| --- a/native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| +++ b/native_client_sdk/src/libraries/ppapi_simple/ps.h
|
| @@ -43,7 +43,7 @@ EXTERN_C_BEGIN
|
| * Return the PP_Instance id of this instance of the module. This is required
|
| * by most of the Pepper resource creation routines.
|
| */
|
| -PP_Instance PSGetInstanceId();
|
| +PP_Instance PSGetInstanceId(void);
|
|
|
|
|
| /**
|
|
|