Skip to content

Commit

Permalink
Update include/clap/entry.h
Browse files Browse the repository at this point in the history
Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
  • Loading branch information
abique and messmerd authored Jan 10, 2024
1 parent 56f7f36 commit fb4937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ typedef struct clap_plugin_entry {
//
// As stated above, even though hosts are forbidden to do so directly, multiple calls before any
// new init() call may still happen. Implementations *should* take this into account, and *must*
// do so as of CLAP 1.11.
// do so as of CLAP 1.2.0.
//
// Just like init(), this function may be called on any thread, including a different one from
// the one init() was called from, or from the one a later init() call can be made.
Expand Down

0 comments on commit fb4937c

Please sign in to comment.