summaryrefslogtreecommitdiff
path: root/src/buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.cc')
-rw-r--r--src/buffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.cc b/src/buffer.cc
index 5b37895a..1fa837cc 100644
--- a/src/buffer.cc
+++ b/src/buffer.cc
@@ -212,7 +212,7 @@ struct Buffer::Modification
{
enum Type { Insert, Erase };
- Type type;
+ Type type;
BufferCoord coord;
StringDataPtr content;