diff options
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 82a7c59..ec93c29 100644 --- a/third_party/npapi/bindings/npapi_extensions.h +++ b/third_party/npapi/bindings/npapi_extensions.h @@ -622,7 +622,7 @@ typedef enum { NPCursorTypeNone = 37, NPCursorTypeNotAllowed = 38, NPCursorTypeZoomIn = 39, - NPCursorTypeZoomOut = 40, + NPCursorTypeZoomOut = 40 } NPCursorType; // Temporary SetCursor API. |