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

@ -54,7 +54,7 @@ typedef enum _snd_config_type {
/** Pointer - runtime only - cannot be saved */
SND_CONFIG_TYPE_POINTER,
/** Compound */
SND_CONFIG_TYPE_COMPOUND = 1024,
SND_CONFIG_TYPE_COMPOUND = 1024
} snd_config_type_t;
/** Config node handle */