summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-07 22:38:28 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-07 22:38:28 +0100
commit86815157be975d143b9e1bdbcb777303d105bcb8 (patch)
tree775166f2f88becf89bd871779641bdf00bbdfb78 /src
parentaa2b282c8fb8a23b45a9889a0b62dfc3ad2bcd4a (diff)
Small coding style tweak.
Diffstat (limited to 'src')
-rw-r--r--src/wx/audio_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index a3ce679e4..cda38eaf6 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -143,6 +143,7 @@ AudioPanel::film_changed (Film::Property property)
case Film::REEL_TYPE:
case Film::INTEROP:
setup_sensitivity ();
+ break;
default:
break;
}