diff options
author | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 01:15:52 +0000 |
---|---|---|
committer | sehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 01:15:52 +0000 |
commit | 4db1f795e123d9e1a7e848278d066ec189a063f3 (patch) | |
tree | 8983f93470d92fd1e267d8cf855dc73861fcf733 | |
parent | a9c318eb057fbfd371860aacee6cfcdfc1022e8c (diff) | |
download | chromium_src-4db1f795e123d9e1a7e848278d066ec189a063f3.zip chromium_src-4db1f795e123d9e1a7e848278d066ec189a063f3.tar.gz chromium_src-4db1f795e123d9e1a7e848278d066ec189a063f3.tar.bz2 |
Remove yet another comma that gets in the way of the NaCl build.
Review URL: http://codereview.chromium.org/568003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37780 0039d316-1c4b-4281-b951-d872f2087c98
-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 f566b40..f4530ef 100644 --- a/third_party/npapi/bindings/npapi_extensions.h +++ b/third_party/npapi/bindings/npapi_extensions.h @@ -277,7 +277,7 @@ typedef enum _NPDeviceContext3DError { NPDeviceContext3DError_OutOfBounds, NPDeviceContext3DError_UnknownCommand, NPDeviceContext3DError_InvalidArguments, - NPDeviceContext3DError_GenericError, + NPDeviceContext3DError_GenericError } NPDeviceContext3DError; typedef struct _NPDeviceContext3D |