summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index a1150f3..0341ec1 100644
--- a/ted.h
+++ b/ted.h
@@ -112,7 +112,7 @@ typedef struct {
} Line;
// this refers to replacing prev_len characters (found in prev_text) at pos with new_len characters
-typedef struct BufferEdit {
+typedef struct {
bool chain; // should this + the next edit be treated as one?
BufferPos pos;
u32 new_len;