summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-16 01:14:10 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-16 01:14:10 -0500
commitacfbdf2359f533f88e284b5f5219b5c671992fc7 (patch)
tree784b7694e86634adeb8a0ec819c1745b5c09a0f9 /ted.h
parent62cf95e9d3ad2b3b58cf3c67ad1a2b923d36a9b7 (diff)
processes
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;