From 981268b70dab10093c3ca08fabe1d2ecb56744cc Mon Sep 17 00:00:00 2001 From: "nfullagar@google.com" Date: Wed, 14 Apr 2010 19:48:01 +0000 Subject: Remove trailing comma to make enum compile for native client Review URL: http://codereview.chromium.org/1551030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44518 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/npapi/bindings/npapi_extensions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/npapi/bindings/npapi_extensions.h b/third_party/npapi/bindings/npapi_extensions.h index f8c05f4..ba231dc 100644 --- a/third_party/npapi/bindings/npapi_extensions.h +++ b/third_party/npapi/bindings/npapi_extensions.h @@ -242,7 +242,7 @@ typedef void (*NPSelectedFindResultChangedPtr)( typedef enum { NPChooseFile_Open = 1, NPChooseFile_OpenMultiple = 2, - NPChooseFile_Save = 3, + NPChooseFile_Save = 3 } NPChooseFileMode; typedef void (*NPChooseFileCallback)(const char** filePaths, uint32 pathCount, -- cgit v1.1