[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.32,1.33

Max Horn fingolfin at users.sourceforge.net
Thu Jul 24 14:27:35 CEST 2003


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv3925

Modified Files:
	mixer.h 
Log Message:
whitespace

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- mixer.h	14 Jul 2003 20:09:14 -0000	1.32
+++ mixer.h	24 Jul 2003 21:26:46 -0000	1.33
@@ -109,7 +109,7 @@
 	int newStream(void *sound, uint32 size, uint rate, byte flags, uint32 buffer_size);
 
 	/** Append to an existing stream. */
-	void appendStream(int index, void * sound, uint32 size);
+	void appendStream(int index, void *sound, uint32 size);
 
 	/** Mark a stream as finished - it will play all its remaining data, then stop. */
 	void endStream(int index);





More information about the Scummvm-git-logs mailing list