Skip to content

Commit

Permalink
Fix typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
k1-801 committed Mar 7, 2024
1 parent 23923b4 commit 6791439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mac/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ int match_ref_to_info(IOHIDDeviceRef device, struct hid_device_info *info)
return result;
}

static void hid_internal_hotlpug_disconnect_callback(void *context, IOReturn result, void *sender, IOHIDDeviceRef device)
static void hid_internal_hotplug_disconnect_callback(void *context, IOReturn result, void *sender, IOHIDDeviceRef device)
{
(void) context;
(void) sender;
Expand Down

0 comments on commit 6791439

Please sign in to comment.