summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 58c8b5b7a..6d9f8b19f 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -478,7 +478,7 @@ static void OrdersWndProc(Window *w, WindowEvent *e)
if (sel == WP(w,order_d).sel) sel = -1;
WP(w,order_d).sel = sel;
SetWindowDirty(w);
- } break;
+ } break;
case ORDER_WIDGET_SKIP:
OrderClick_Skip(w, v);