Get rid of warning.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3325 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2009-11-18 20:27:18 +00:00
parent 68875aae86
commit 7b0531a55f
+1 -1
View File
@@ -377,7 +377,7 @@ process_stream (TFB_SoundSource *source)
}
// Unqueue processed buffers and replace them with new ones
for (processed; processed > 0; --processed)
for (; processed > 0; --processed)
{
uint32 error;
audio_Object buffer;