Skip to content

Commit

Permalink
Revert "Bad copy paste..."
Browse files Browse the repository at this point in the history
This reverts commit 684dd43.
  • Loading branch information
abique committed Jul 21, 2022
1 parent 684dd43 commit 9ef394a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/state.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static CLAP_CONSTEXPR const char CLAP_EXT_STATE[] = "clap.state";
extern "C" {
#endif

typedef struct clap_plugin_state_context {
typedef struct clap_plugin_state {
// Saves the plugin state into stream.
// Returns true if the state was correctly saved.
// [main-thread]
Expand Down

0 comments on commit 9ef394a

Please sign in to comment.