commit 9e6163ab46fa23bc50ae8461a16b54b586673401 parent f97535ac384d2815ad4691263697727392b77c81 Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Sat, 16 Oct 2021 18:04:27 +0200 One more Diffstat:
M | include/clap/plugin.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/clap/plugin.h b/include/clap/plugin.h @@ -140,8 +140,8 @@ struct clap_plugin_entry { * [thread-safe] */ const clap_plugin *(*create_plugin)(const clap_host *host, const char *plugin_id); - // Get the number of invalidation sources. - uint32_t (*get_invalidation_sources_count)(void); + // Get the number of invalidation source. + uint32_t (*get_invalidation_source_count)(void); // Get the invalidation source by its index. // [thread-safe]