clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit a3c7ca5195cf934b26dfe0cd94524cf9e95cbbd4
parent cceb4a88d3465601824914c7ed132a4e93ea1de2
Author: Tim Janik <timj@gnu.org>
Date:   Sat, 13 Aug 2022 05:17:17 +0200

INCLUDE: clap/ext/draft/file-reference.h: minor fixup

Signed-off-by: Tim Janik <timj@gnu.org>

Diffstat:
Minclude/clap/ext/draft/file-reference.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/file-reference.h b/include/clap/ext/draft/file-reference.h @@ -74,7 +74,7 @@ typedef struct clap_plugin_file_reference { } clap_plugin_file_reference_t; typedef struct clap_host_file_reference { - // informs the host that the file references have changed, the host should schedule a full rescan + // Informs the host that the file references have changed, the host should schedule a full rescan. // [main-thread] void (*changed)(const clap_host_t *host);