[MPlayer-cvslog] CVS: main/libaf af_ladspa.c,1.3,1.4

Ivo van Poorten CVS syncmail at mplayerhq.hu
Sun Feb 27 23:36:06 CET 2005


CVS change done by Ivo van Poorten CVS

Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv21871

Modified Files:
	af_ladspa.c 
Log Message:

10l fix. misplaced ;



Index: af_ladspa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_ladspa.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- af_ladspa.c	6 Jan 2005 11:40:34 -0000	1.3
+++ af_ladspa.c	27 Feb 2005 22:36:04 -0000	1.4
@@ -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
                  */




More information about the MPlayer-cvslog mailing list