Skip to content

Commit 0c581b5

Browse files
Fix EVT_OP_MAX order (#1199)
1 parent e93f975 commit 0c581b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/include/public/mat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ extern "C" {
6060
EVT_OP_VERSION = 0x0000000B,
6161
EVT_OP_OPEN_WITH_PARAMS = 0x0000000C,
6262
EVT_OP_FLUSHANDTEARDOWN = 0x0000000D,
63-
EVT_OP_MAX = EVT_OP_OPEN_WITH_PARAMS + 1,
63+
EVT_OP_MAX = EVT_OP_FLUSHANDTEARDOWN + 1,
6464
} evt_call_t;
6565

6666
typedef enum evt_prop_t

0 commit comments

Comments
 (0)