diff options
author | Takashi Iwai <tiwai@suse.de> | 2002-02-05 11:36:20 +0000 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2002-02-05 11:36:20 +0000 |
commit | 6ce9436b13b9a671e3453a0a6728ae8266d237c5 (patch) | |
tree | e59442b09da35d8b564e5c2d1ff81fcbf039e8a0 /include/output.h | |
parent | 9dd7c93a56502387b108b3aa0892af2a68cb222b (diff) |
removed comma from last element of enums.
Diffstat (limited to 'include/output.h')
-rw-r--r-- | include/output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.h b/include/output.h index 365fae23..4ca05345 100644 --- a/include/output.h +++ b/include/output.h @@ -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); |