removed comma from last element of enums.

This commit is contained in:
Takashi Iwai 2002-02-05 11:36:20 +00:00
parent 9dd7c93a56
commit 6ce9436b13
10 changed files with 29 additions and 29 deletions

View file

@ -46,7 +46,7 @@ typedef enum _snd_output_type {
/** Output to a stdio stream */
SND_OUTPUT_STDIO,
/** Output to a memory buffer */
SND_OUTPUT_BUFFER,
SND_OUTPUT_BUFFER
} snd_output_type_t;
int snd_output_stdio_open(snd_output_t **outputp, const char *file, const char *mode);