Small coding style tweak.
authorCarl Hetherington <cth@carlh.net>
Sun, 7 Aug 2016 21:38:28 +0000 (22:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 7 Aug 2016 21:38:28 +0000 (22:38 +0100)
src/wx/audio_panel.cc

index a3ce679e44aa87022c2029da9be92b6fe6ce5b4e..cda38eaf69ae4fef6d7abcd9b3774d18d596ad93 100644 (file)
@@ -143,6 +143,7 @@ AudioPanel::film_changed (Film::Property property)
        case Film::REEL_TYPE:
        case Film::INTEROP:
                setup_sensitivity ();
+               break;
        default:
                break;
        }