Mercurial > mplayer.hg
changeset 14848:f92a93cfc508
10l fix. misplaced ;
author | ivo |
---|---|
date | Sun, 27 Feb 2005 22:36:04 +0000 |
parents | 5f0f4c31e18b |
children | d313f591d1a4 |
files | libaf/af_ladspa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */