From 82e6de3a3f63930a0d1a4316ce39d36e18d17e89 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Sat, 13 May 2017 08:43:33 -0700 Subject: [PATCH] The #end should be #endif --- libs/surfaces/faderport8/faderport8.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/faderport8/faderport8.cc b/libs/surfaces/faderport8/faderport8.cc index 644d32e784..7a2448e939 100644 --- a/libs/surfaces/faderport8/faderport8.cc +++ b/libs/surfaces/faderport8/faderport8.cc @@ -1071,7 +1071,7 @@ FaderPort8::build_well_known_processor_ctrls (boost::shared_ptr s, bo #elif defined (MIXBUS) PUSH_BACK_NON_NULL ("EQ In", s->eq_enable_controllable ()); PUSH_BACK_NON_NULL ("HP Freq", s->eq_hpf_controllable ()); -#end +#endif for (int band = 0; band < cnt; ++band) { std::string bn = s->eq_band_name (band); -- 2.30.2