From 6d052ad0f8c6371c61d3f7dd370a58cdececf362 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 31 Aug 2020 09:11:23 +0300 Subject: Remove an unnecessary comma at end of enums --- include/adlmidi.h | 2 +- src/adlmidi_opl3.hpp | 2 +- 2 files changed, 2 insertions(+), 2 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 }; /** 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 -- cgit v1.2.3