Skip to content

Commit

Permalink
ump: Fix doxygen error for snd_ump_endpoint_info_set_protocol()
Browse files Browse the repository at this point in the history
Fix a typo that caused a doxygen error.

Fixes: 6767f62 ("ump: Add missing *_set variants for snd_ump_endpoint_info and snd_ump_block_info")
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Jun 25, 2024
1 parent ef38bff commit 6da898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawmidi/ump.c
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ void snd_ump_endpoint_info_set_protocol_caps(snd_ump_endpoint_info_t *info,
/**
* \brief set the current protocol of UMP endpoint
* \param info pointer to a snd_ump_endpoint_info_t structure
* \param caps the UMP endpoint protocol bits
* \param protocol the UMP endpoint protocol bits
*/
void snd_ump_endpoint_info_set_protocol(snd_ump_endpoint_info_t *info,
unsigned int protocol)
Expand Down

0 comments on commit 6da898c

Please sign in to comment.