summaryrefslogtreecommitdiffstats
path: root/libaf/af_ladspa.c
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-27 22:36:04 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-27 22:36:04 +0000
commit4c3d533c7dd64294c77e528e22f88da2b67937a8 (patch)
tree8838c906149d73c5d4d2499afca62764a5e754a0 /libaf/af_ladspa.c
parentb0c0255f08e451caa3fd222d9ba2b4047a9bf5a7 (diff)
downloadmpv-4c3d533c7dd64294c77e528e22f88da2b67937a8.tar.bz2
mpv-4c3d533c7dd64294c77e528e22f88da2b67937a8.tar.xz
10l fix. misplaced ;
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14849 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/af_ladspa.c')
-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
*/