summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index b9b5ecd812..a3a60b9201 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -489,11 +489,11 @@ Port::get_connected_latency_range (LatencyRange& range, bool playback) const
} else {
/* port belongs to this instance of ardour,
- so look up its latency information
- internally, because our published/public
- values already contain our plugin
- latency compensation.
- */
+ * so look up its latency information
+ * internally, because our published/public
+ * values already contain our plugin
+ * latency compensation.
+ */
boost::shared_ptr<Port> remote_port = AudioEngine::instance()->get_port_by_name (*c);
if (remote_port) {