Skip to content

Commit a77e7e8

Browse files
committed
Fix typo
1 parent 4eea0cb commit a77e7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kx-control-input-port-change-request.lv2/control-input-port-change-request.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef struct _LV2_ControlInputPort_Change_Request {
7171
*
7272
* The plugin MUST call this function during run().
7373
*/
74-
LV2_ControlInputPort_Change_Status (*request_change)(LV2_ControlPortChangeRequest_Handle handle,
74+
LV2_ControlInputPort_Change_Status (*request_change)(LV2_ControlInputPort_Change_Request_Handle handle,
7575
uint32_t index,
7676
float value);
7777

0 commit comments

Comments
 (0)