summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-24 22:26:04 +0200
committerRobin Gareus <robin@gareus.org>2017-07-24 22:26:04 +0200
commit681ab5233097dbbf699c9ce6bcc0b76eaa8a59a3 (patch)
tree1372868c71807ccb1219bbc275f68da91ef07198
parente838e7f3597678e67e712daf21d7af1f7eed35ac (diff)
fix e838e7f3597
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 5af7f0e322..d3412f0387 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -5444,8 +5444,8 @@ Route::send_name (uint32_t n) const
}
n -= 8;
# endif
-#endif
}
+#endif
boost::shared_ptr<Processor> p = nth_send (n);
if (p) {
return p->name();