From 4c3d533c7dd64294c77e528e22f88da2b67937a8 Mon Sep 17 00:00:00 2001 From: ivo Date: Sun, 27 Feb 2005 22:36:04 +0000 Subject: 10l fix. misplaced ; git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14849 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af_ladspa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af_ladspa.c') 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 */ -- cgit v1.2.3