Skip to content
Snippets Groups Projects
Commit d6642d69 authored by Michael Graczyk's avatar Michael Graczyk Committed by Jean-Marc Valin
Browse files

Fix build error from comma at end of enum

parent 164f7dfa
No related branches found
No related tags found
No related merge requests found
......@@ -72,9 +72,10 @@ typedef void (*opus_copy_channel_in_func)(
typedef enum {
MAPPING_TYPE_NONE,
MAPPING_TYPE_SURROUND,
MAPPING_TYPE_SURROUND
#ifdef ENABLE_EXPERIMENTAL_AMBISONICS
MAPPING_TYPE_AMBISONICS,
, /* Do not include comma at end of enumerator list */
MAPPING_TYPE_AMBISONICS
#endif
} MappingType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment