# HG changeset patch # User ivo # Date 1109543764 0 # Node ID f92a93cfc50864ea6fb7c9e10ca3706da7ba7876 # Parent 5f0f4c31e18b5e07e4b0db5eaee123745dd5bfcd 10l fix. misplaced ; diff -r 5f0f4c31e18b -r f92a93cfc508 libaf/af_ladspa.c --- a/libaf/af_ladspa.c Sun Feb 27 22:25:42 2005 +0000 +++ b/libaf/af_ladspa.c Sun Feb 27 22:36:04 2005 +0000 @@ -232,7 +232,7 @@ * 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 */