diff options
Diffstat (limited to 'third_party/npapi/bindings/npapi_extensions.h')
-rw-r--r-- | third_party/npapi/bindings/npapi_extensions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/npapi/bindings/npapi_extensions.h b/third_party/npapi/bindings/npapi_extensions.h index ac57613..1c102bd 100644 --- a/third_party/npapi/bindings/npapi_extensions.h +++ b/third_party/npapi/bindings/npapi_extensions.h @@ -267,7 +267,7 @@ typedef enum { // if it recoverable. NPDeviceContext3DState_ParseError, // Wether the command buffer has encountered an unrecoverable error. - NPDeviceContext3DState_ErrorStatus, + NPDeviceContext3DState_ErrorStatus } NPDeviceContext3DState; typedef struct _NPDeviceContext3D |