summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libaf/af_ladspa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libaf/af_ladspa.c b/libaf/af_ladspa.c
index 18f3f8a03a..33cac58574 100644
--- a/libaf/af_ladspa.c
+++ b/libaf/af_ladspa.c
@@ -232,7 +232,7 @@ static int af_ladspa_parse_plugin(af_ladspa_t *setup) {
* of the suboptions and check LADSPA_?_HINT's later.
*/
setup->inputcontrols[p] = 0.0f;
- } else if (LADSPA_IS_PORT_OUTPUT(d)); {
+ } else if (LADSPA_IS_PORT_OUTPUT(d)) {
/* read and handle these too, otherwise filters that have them
* will sig11
*/