diff --git a/libretro-common/include/libretro.h b/libretro-common/include/libretro.h index 187cb318a0..7e7b9505b7 100644 --- a/libretro-common/include/libretro.h +++ b/libretro-common/include/libretro.h @@ -1763,7 +1763,7 @@ enum retro_mod /** * Gets an interface that the core can use for raw MIDI I/O. * - * @param[out] data struct retro_midi_interface **. + * @param[out] data struct retro_midi_interface *. * Pointer to the MIDI interface. * May be \c NULL. * @return \c true if the environment call is available,