The #end should be #endif

This commit is contained in:
Len Ovens 2017-05-13 08:43:33 -07:00
parent 6a28e02799
commit 82e6de3a3f
1 changed files with 1 additions and 1 deletions

View 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);