From b82e6572f86105d237b031624e28666f13c3ceb9 Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Sat, 7 Jul 2018 19:32:55 +0200 Subject: rename enum members for consistency --- include/adlmidi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/adlmidi.h') diff --git a/include/adlmidi.h b/include/adlmidi.h index dc6fd8c..f19bca0 100644 --- a/include/adlmidi.h +++ b/include/adlmidi.h @@ -649,11 +649,11 @@ extern size_t adl_trackCount(struct ADL_MIDIPlayer *device); enum ADLMIDI_TrackOptions { /*! Enabled track */ - ADL_TrackOption_On = 1, + ADLMIDI_TrackOption_On = 1, /*! Disabled track */ - ADL_TrackOption_Off = 2, + ADLMIDI_TrackOption_Off = 2, /*! Solo track */ - ADL_TrackOption_Solo = 3, + ADLMIDI_TrackOption_Solo = 3, }; /** -- cgit v1.2.3