From 189708518db58fa0988545ab5912254d8c0c3197 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 18 Sep 2024 12:00:25 +0200 Subject: [PATCH] Doc. --- include/clap/ext/draft/undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h index 588d62d8..61db88f1 100644 --- a/include/clap/ext/draft/undo.h +++ b/include/clap/ext/draft/undo.h @@ -108,7 +108,7 @@ typedef struct clap_plugin_undo_context { void(CLAP_ABI *set_can_redo)(const clap_plugin_t *plugin, bool can_redo); // Sets the name of the next undo or redo step. - // name: null terminated string if an redo/undo step exists, null otherwise. + // name: null terminated string. // [main-thread] void(CLAP_ABI *set_undo_name)(const clap_plugin_t *plugin, const char *name); void(CLAP_ABI *set_redo_name)(const clap_plugin_t *plugin, const char *name);