aboutsummaryrefslogtreecommitdiff
path: root/include/adlmidi.h
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-06-19 20:26:26 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-06-19 20:26:26 +0300
commit5d17b2722930dfec4acd1136cefed8828519cb76 (patch)
tree37726dd5478dd4df5ca52b3449071290e4203925 /include/adlmidi.h
parent3013fbb93b06e8d30b6b54c324340d6dccad7f3b (diff)
parentf4bc89ef3fb8825bf7a02b5a9b67caafd20a7c1e (diff)
downloadlibADLMIDI-5d17b2722930dfec4acd1136cefed8828519cb76.tar.gz
libADLMIDI-5d17b2722930dfec4acd1136cefed8828519cb76.tar.bz2
libADLMIDI-5d17b2722930dfec4acd1136cefed8828519cb76.zip
Merge branch 'master' into update-chip-base
Diffstat (limited to 'include/adlmidi.h')
-rw-r--r--include/adlmidi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index 7eb66a9..51cd968 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -149,7 +149,7 @@ extern int adl_getNextBank(struct ADL_MIDIPlayer *device, ADL_Bank *bank);
extern int adl_getInstrument(struct ADL_MIDIPlayer *device, const ADL_Bank *bank, unsigned index, ADL_Instrument *ins);
/* Sets the nth intrument in the bank [0..127]. */
extern int adl_setInstrument(struct ADL_MIDIPlayer *device, ADL_Bank *bank, unsigned index, const ADL_Instrument *ins);
-#endif // defined(ADLMIDI_UNSTABLE_API)
+#endif /* defined(ADLMIDI_UNSTABLE_API) */
/*Sets number of 4-operator channels between all chips.
By default, it is automatically re-calculating every bank change.