The #end should be #endif
authorLen Ovens <len@ovenwerks.net>
Sat, 13 May 2017 15:43:33 +0000 (08:43 -0700)
committerLen Ovens <len@ovenwerks.net>
Sat, 13 May 2017 15:43:33 +0000 (08:43 -0700)
libs/surfaces/faderport8/faderport8.cc

index 644d32e784c07e28a54fee92ae58c7c9ac386556..7a2448e939f8088af071c5d91644a39d4da5df87 100644 (file)
@@ -1071,7 +1071,7 @@ FaderPort8::build_well_known_processor_ctrls (boost::shared_ptr<Stripable> 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);