mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
removed comma from last element of enums.
This commit is contained in:
parent
9dd7c93a56
commit
6ce9436b13
10 changed files with 29 additions and 29 deletions
|
|
@ -78,7 +78,7 @@ typedef int (*snd_mixer_compare_t)(const snd_mixer_elem_t *e1,
|
|||
typedef enum _snd_mixer_elem_type {
|
||||
/* Simple (legacy) mixer elements */
|
||||
SND_MIXER_ELEM_SIMPLE,
|
||||
SND_MIXER_ELEM_LAST = SND_MIXER_ELEM_SIMPLE,
|
||||
SND_MIXER_ELEM_LAST = SND_MIXER_ELEM_SIMPLE
|
||||
} snd_mixer_elem_type_t;
|
||||
|
||||
int snd_mixer_open(snd_mixer_t **mixer, int mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue