clap

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

commit ca7b25373f83a971e002e3d3fa80ce4c657e2121
parent 18c4c37f195705e4246d0bf2128abce87e6099a3
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Mon,  2 Jan 2023 18:50:36 +0100

Update comment

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

diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -53,7 +53,7 @@ typedef struct clap_plugin_entry { // No more calls into the DSO must be made after calling deinit(). void(CLAP_ABI *deinit)(void); - // Get the pointer to a factory. See plugin-factory.h for an example. + // Get the pointer to a factory. See factory/plugin-factory.h for an example. // // Returns null if the factory is not provided. // The returned pointer must *not* be freed by the caller.