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
|
|
@ -46,7 +46,7 @@ typedef enum _snd_input_type {
|
|||
/** Input from a stdio stream */
|
||||
SND_INPUT_STDIO,
|
||||
/** Input from a memory buffer */
|
||||
SND_INPUT_BUFFER,
|
||||
SND_INPUT_BUFFER
|
||||
} snd_input_type_t;
|
||||
|
||||
int snd_input_stdio_open(snd_input_t **inputp, const char *file, const char *mode);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue