(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -93,7 +93,7 @@ void MxMixSamples(void *buffer, uint samples)
|
||||
}
|
||||
}
|
||||
|
||||
MixerChannel *MxAllocateChannel(void)
|
||||
MixerChannel *MxAllocateChannel()
|
||||
{
|
||||
MixerChannel *mc;
|
||||
for (mc = _channels; mc != endof(_channels); mc++)
|
||||
|
Reference in New Issue
Block a user