clap

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

commit d15e6ae2c0bc42c0f84dcde0ddfb8fdb94aff625
parent ffc7bbfc615a3d5bbca2c13ff78f275680503ac3
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 18 Jan 2023 10:06:12 +0100

Update include/clap/factory/draft/preset-discovery.h

Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
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 @@ -197,7 +197,7 @@ typedef struct clap_preset_discovery_soundpack { const char *vendor; // sound pack's vendor const char *image_uri; // may be an image on disk or from an http server - // release date, in numbe of seconds since UNIX EPOCH, 0 if unavailable + // release date, in number of seconds since UNIX EPOCH, 0 if unavailable uint64_t release_timestamp; } clap_preset_discovery_soundpack_t;