diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-23 00:10:11 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-23 00:10:11 +0000 |
commit | 34858db7c8327eca9abc00c44aa43b5ff9344349 (patch) | |
tree | 28f62a7735531e778ae842cd7460e51f3a28a260 /third_party | |
parent | a48de64f13a0a924161c9a5df94270aa12c50c31 (diff) | |
download | chromium_src-34858db7c8327eca9abc00c44aa43b5ff9344349.zip chromium_src-34858db7c8327eca9abc00c44aa43b5ff9344349.tar.gz chromium_src-34858db7c8327eca9abc00c44aa43b5ff9344349.tar.bz2 |
Removed trailing comma in enum to fix nacl build.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/516002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-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 |