clap

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

commit 045eeffda9e777aacf189c8325b505bc8773ad82
parent 32f19b54d3e9fb21c7d6758dff258ea1f7e04292
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed,  6 Apr 2022 08:12:37 +0200

Fix consistency issue

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

diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h @@ -31,7 +31,7 @@ enum { CLAP_AUDIO_PORT_SUPPORTS_64BITS = 1 << 1, // 64 bits audio is preferred with this port - CLAP_AUDIO_PORTS_PREFERS_64BITS = 1 << 2, + CLAP_AUDIO_PORT_PREFERS_64BITS = 1 << 2, }; typedef struct clap_audio_port_info {