summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-10-19 02:15:13 +0200
committerRobin Gareus <robin@gareus.org>2019-10-19 02:15:13 +0200
commit699a47cc65a48d3a00353000775ee1634933cc70 (patch)
treeea946a254c49208c7a8b8b05566dc47be486b924 /libs
parentbc363f1258c4d7078c989afb8120a0b8ff386240 (diff)
Fix typo in bc363f1258c4
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/port_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/port_manager.cc b/libs/ardour/port_manager.cc
index 2678740131..0eff8cede0 100644
--- a/libs/ardour/port_manager.cc
+++ b/libs/ardour/port_manager.cc
@@ -1263,7 +1263,7 @@ PortManager::fill_midi_port_info_locked ()
for (vector<string>::iterator p = ports.begin(); p != ports.end(); ++p) {
/* ugly hack, ideally we'd use a port-flag, or at vkbd_output_port()->name() */
- if (port_is_mine (*p) && *p != _backend->my_name() + ":" + _(Virtual Keyboard")) {
+ if (port_is_mine (*p) && *p != _backend->my_name() + ":" + _("Virtual Keyboard")) {
continue;
}