commit 99db5cc2748f766e6eb13c3a8b183c6e35c0b97f parent 7846a30c2b4798a7f41ede8b9671bcad011fb008 Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Sun, 25 Apr 2021 01:50:37 +0200 That was unnecessary Diffstat:
M | include/clap/clap.h | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h @@ -359,8 +359,8 @@ struct clap_plugin_entry { }; /* Entry point */ -CLAP_EXPORT extern const struct clap_plugin_entry *clap_plugin_entry; +CLAP_EXPORT extern const struct clap_plugin_entry clap_plugin_entry; #ifdef __cplusplus } -#endif -\ No newline at end of file +#endif