From 1d1208efd90bc97ad71bdf480127c1b1e2d3f4da Mon Sep 17 00:00:00 2001 From: derselbst Date: Fri, 15 Sep 2017 10:59:22 +0200 Subject: [PATCH] remove redundant DOCME --- include/fluidsynth/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fluidsynth/event.h b/include/fluidsynth/event.h index 19f7efea..553c667b 100644 --- a/include/fluidsynth/event.h +++ b/include/fluidsynth/event.h @@ -43,7 +43,7 @@ enum fluid_seq_event_type { FLUID_SEQ_ALLNOTESOFF, /**< All notes off event */ FLUID_SEQ_BANKSELECT, /**< Bank select message */ FLUID_SEQ_PROGRAMCHANGE, /**< Program change message */ - FLUID_SEQ_PROGRAMSELECT, /**< Program select message (DOCME) */ + FLUID_SEQ_PROGRAMSELECT, /**< Program select message */ FLUID_SEQ_PITCHBEND, /**< Pitch bend message */ FLUID_SEQ_PITCHWHEELSENS, /**< Pitch wheel sensitivity set message @since 1.1.0 was mispelled previously */ FLUID_SEQ_MODULATION, /**< Modulation controller event */