diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-08-31 09:11:23 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-08-31 09:11:23 +0300 |
commit | 6d052ad0f8c6371c61d3f7dd370a58cdececf362 (patch) | |
tree | 31dbc9ee1ec99191e7f4a820409d71c5b139e373 /src/adlmidi_opl3.hpp | |
parent | e9ac113b0ddee955391f5b236837e1f7e2b876a4 (diff) | |
download | libADLMIDI-6d052ad0f8c6371c61d3f7dd370a58cdececf362.tar.gz libADLMIDI-6d052ad0f8c6371c61d3f7dd370a58cdececf362.tar.bz2 libADLMIDI-6d052ad0f8c6371c61d3f7dd370a58cdececf362.zip |
Remove an unnecessary comma at end of enums
Diffstat (limited to 'src/adlmidi_opl3.hpp')
-rw-r--r-- | src/adlmidi_opl3.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_opl3.hpp b/src/adlmidi_opl3.hpp index 185c5d3..247dc01 100644 --- a/src/adlmidi_opl3.hpp +++ b/src/adlmidi_opl3.hpp @@ -149,7 +149,7 @@ public: //! DMX model with a fixed bug of AM voices VOLUME_DMX_FIXED, //! Apogee model with a fixed bug of AM voices - VOLUME_APOGEE_FIXED, + VOLUME_APOGEE_FIXED } m_volumeScale; //! Reserved |