Update of /cvsroot/squeak/squeak/platforms/Mac OS/plugins/SoundPlugin
In directory sc8-pr-cvs1:/tmp/cvs-serv14923/squeak/platforms/Mac OS/plugins/SoundPlugin
Modified Files:
sqMacSound.c
Log Message:
3.5.0b1 remove extra i declare
Index: sqMacSound.c
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/plugins/SoundPlugin/sqMacSound.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sqMacSound.c 6 Feb 2002 07:05:34 -0000 1.4
--- sqMacSound.c 8 Feb 2003 18:30:35 -0000 1.5
***************
*** 534,538 ****
short automaticGainControlArg;
Fixed inputGainArg;
! long compressionTypeArg,i;
short continuousArg;
short sampleSizeArg;
--- 534,538 ----
short automaticGainControlArg;
Fixed inputGainArg;
! long compressionTypeArg;
short continuousArg;
short sampleSizeArg;
|