aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 8f29d3a8f..2d7d07e22 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -6099,7 +6099,7 @@ void Editor::SetSelectionMode(uptr_t wParam, bool setMoveExtends) {
SetSelection(sel.RangeMain().caret, sel.RangeMain().anchor); // adjust current selection
break;
default:
- ;
+ break;
}
InvalidateWholeSelection();
}