From 67e87cffad0e388ef42bbcbeea71881690e250a1 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 16 Dec 2017 15:24:23 +0100 Subject: [PATCH] add missing API comment to fluid_midi_parser_t --- include/fluidsynth/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fluidsynth/types.h b/include/fluidsynth/types.h index 274afe60..588bf563 100644 --- a/include/fluidsynth/types.h +++ b/include/fluidsynth/types.h @@ -58,7 +58,7 @@ typedef struct _fluid_rampreset_t fluid_rampreset_t; /**< RAM SoundFo typedef struct _fluid_cmd_handler_t fluid_cmd_handler_t; /**< Shell Command Handler */ typedef struct _fluid_ladspa_fx_t fluid_ladspa_fx_t; /**< LADSPA effects instance */ typedef struct _fluid_file_callbacks_t fluid_file_callbacks_t; /**< Callback struct to perform custom file loading of soundfonts */ -typedef struct _fluid_midi_parser_t fluid_midi_parser_t; +typedef struct _fluid_midi_parser_t fluid_midi_parser_t; /**< MIDI parser struct */ typedef int fluid_istream_t; /**< Input stream descriptor */ typedef int fluid_ostream_t; /**< Output stream descriptor */