Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Oct 14, 2020
1 parent 4eea0cb commit a77e7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ typedef struct _LV2_ControlInputPort_Change_Request {
*
* The plugin MUST call this function during run().
*/
LV2_ControlInputPort_Change_Status (*request_change)(LV2_ControlPortChangeRequest_Handle handle,
LV2_ControlInputPort_Change_Status (*request_change)(LV2_ControlInputPort_Change_Request_Handle handle,
uint32_t index,
float value);

Expand Down

0 comments on commit a77e7e8

Please sign in to comment.