clap

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

commit 5c24c0249a1f1c8ac90145dd95ec8163993f1793
parent a176f64d63b48803e208b4a2f70ec64c353e1ac2
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 24 Jan 2023 12:39:19 +0100

Style.

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

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -191,7 +191,7 @@ typedef struct clap_preset_discovery_location { // URI: // - file:/// for pointing to a file or directory; directories are scanned recursively // eg: file:///home/abique/.u-he/Diva/Presets/Diva (on Linux) - // eg: file:///C:/Users/abique/Documents/u-he/Diva.data/presets/ (on Windows) + // eg: file:///C:/Users/abique/Documents/u-he/Diva.data/Presets/ (on Windows) // // - plugin:// for presets which are bundled within the plugin DSO. // The path component may be empty.