From 340bba15f2d35bea20e115b07dbcb8aec8ef63db Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 10 Aug 2022 22:37:16 -0600 Subject: [PATCH] fix typo --- gtk2_ardour/route_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 54637d1d76..d08020cbde 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -2260,7 +2260,7 @@ RouteUI::route_color_tint () const l.v -= std::max (0.0, 0.05); set_color_from_rgba (lighter_bg, l.color ()); return lighter_bg; -endif +#endif } void