Skip to content

Commit

Permalink
fix typo in clap_event_param_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
micahrj committed Jun 17, 2022
1 parent 25d5634 commit 9303dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ unsafe impl Sync for clap_event_param_value {}
pub struct clap_event_param_mod {
pub header: clap_event_header,
pub param_id: clap_id,
pub cooke: *mut c_void,
pub cookie: *mut c_void,
pub note_id: i32,
pub port_index: i16,
pub channel: i16,
Expand Down

0 comments on commit 9303dd6

Please sign in to comment.