summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorsehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 01:35:36 +0000
committersehr@google.com <sehr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 01:35:36 +0000
commit48076ae0e68b32271a438fd0c3087157abc44324 (patch)
tree7140af2ff490f2f6c890fb3aa50a82e9a375c9f8 /third_party
parent5442dafd85700e323fe6c332eeec0f17de6f7891 (diff)
downloadchromium_src-48076ae0e68b32271a438fd0c3087157abc44324.zip
chromium_src-48076ae0e68b32271a438fd0c3087157abc44324.tar.gz
chromium_src-48076ae0e68b32271a438fd0c3087157abc44324.tar.bz2
One more nit discovered by the NaCl build's higher warning level.
Review URL: http://codereview.chromium.org/355004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/npapi/bindings/npapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h
index a606b7e..6bb7153 100644
--- a/third_party/npapi/bindings/npapi.h
+++ b/third_party/npapi/bindings/npapi.h
@@ -490,7 +490,7 @@ typedef enum {
#ifndef NP_NO_CARBON
NPEventModelCarbon = 0,
#endif
- NPEventModelCocoa = 1,
+ NPEventModelCocoa = 1
} NPEventModel;
typedef enum {