aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-03-31 16:17:14 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-03-31 16:17:14 +0300
commit2573bf3c7938dff7778d5200a8fcc6cecf284548 (patch)
tree8f309a2d567022f6c2d27ab113e986acf85be878
parent076be0c5edaed7b925bd6f1b39c0d629b54a39b4 (diff)
downloadlibADLMIDI-2573bf3c7938dff7778d5200a8fcc6cecf284548.tar.gz
libADLMIDI-2573bf3c7938dff7778d5200a8fcc6cecf284548.tar.bz2
libADLMIDI-2573bf3c7938dff7778d5200a8fcc6cecf284548.zip
Small warning fix
-rw-r--r--src/adlmidi_load.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adlmidi_load.cpp b/src/adlmidi_load.cpp
index 00a4ce3..bc1fd8d 100644
--- a/src/adlmidi_load.cpp
+++ b/src/adlmidi_load.cpp
@@ -104,7 +104,7 @@ enum WOPL_InstrumentFlags
WOPL_Flags_NONE = 0,
WOPL_Flag_Enable4OP = 0x01,
WOPL_Flag_Pseudo4OP = 0x02,
- WOPL_Flag_NoSound = 0x04,
+ WOPL_Flag_NoSound = 0x04
};
struct WOPL_Inst