summaryrefslogtreecommitdiff
path: root/libs/ardour/automatable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/automatable.cc')
-rw-r--r--libs/ardour/automatable.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/automatable.cc b/libs/ardour/automatable.cc
index 65b83b4b6e..2f60024ff0 100644
--- a/libs/ardour/automatable.cc
+++ b/libs/ardour/automatable.cc
@@ -333,7 +333,7 @@ Automatable::protect_automation ()
l->set_automation_state (Off);
break;
case Latch:
- // no break
+ /* fall through */
case Touch:
l->set_automation_state (Play);
break;