src/mixer.cpp
changeset 6573 7624f942237f
parent 6527 f584ab6d87f8
child 10429 1b99254f9607
child 11150 4e3726a46a72
--- a/src/mixer.cpp	Tue Mar 06 23:42:30 2007 +0000
+++ b/src/mixer.cpp	Wed Mar 07 11:47:46 2007 +0000
@@ -93,7 +93,7 @@
 	}
 }
 
-MixerChannel *MxAllocateChannel(void)
+MixerChannel *MxAllocateChannel()
 {
 	MixerChannel *mc;
 	for (mc = _channels; mc != endof(_channels); mc++)