Skip to content

Commit

Permalink
Fix EVT_OP_MAX order
Browse files Browse the repository at this point in the history
  • Loading branch information
shivpratap1992 committed Aug 31, 2023
1 parent 02c276d commit d012e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/public/mat.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extern "C" {
EVT_OP_VERSION = 0x0000000B,
EVT_OP_OPEN_WITH_PARAMS = 0x0000000C,
EVT_OP_FLUSHANDTEARDOWN = 0x0000000D,
EVT_OP_MAX = EVT_OP_OPEN_WITH_PARAMS + 1,
EVT_OP_MAX = EVT_OP_FLUSHANDTEARDOWN + 1,
} evt_call_t;

typedef enum evt_prop_t
Expand Down

0 comments on commit d012e51

Please sign in to comment.