From d9f3e8f40f88bf287693cc5125119314b671f789 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 23 Dec 2023 17:20:20 +1100 Subject: Add break to avoid warning from Visual Studio code analysis. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } -- cgit v1.2.3