aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-31 09:11:23 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-31 09:11:23 +0300
commit6d052ad0f8c6371c61d3f7dd370a58cdececf362 (patch)
tree31dbc9ee1ec99191e7f4a820409d71c5b139e373 /include
parente9ac113b0ddee955391f5b236837e1f7e2b876a4 (diff)
downloadlibADLMIDI-6d052ad0f8c6371c61d3f7dd370a58cdececf362.tar.gz
libADLMIDI-6d052ad0f8c6371c61d3f7dd370a58cdececf362.tar.bz2
libADLMIDI-6d052ad0f8c6371c61d3f7dd370a58cdececf362.zip
Remove an unnecessary comma at end of enums
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index 91356d9..098f4f0 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -117,7 +117,7 @@ enum ADLMIDI_VolumeModels
/*! DMX model with a fixed bug of AM voices */
ADLMIDI_VolumeModel_DMX_Fixed = 6,
/*! Apogee model with a fixed bug of AM voices*/
- ADLMIDI_VolumeModel_APOGEE_Fixed = 7,
+ ADLMIDI_VolumeModel_APOGEE_Fixed = 7
};
/**