Skip to content

Commit

Permalink
undo: style
Browse files Browse the repository at this point in the history
  • Loading branch information
abique committed Sep 12, 2024
1 parent 7a4e0b7 commit e4ee10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/draft/undo.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ typedef struct clap_host_undo {
const char *name,
const void *delta,
size_t delta_size,
bool can_undo);
bool delta_can_undo);

// Asks the host to perform the next undo step.
// This operation may be asynchronous and isn't available while the host is within a change.
Expand Down

0 comments on commit e4ee10b

Please sign in to comment.