Using correct return type and get rid of warning

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2346 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-05-03 23:20:42 +00:00
parent 0fa135a2db
commit d1ae11d961
+1 -1
View File
@@ -1108,7 +1108,7 @@ mixer_SourceGetFakeSample (mixer_Source *src, float *psamp, bool left)
} }
/* advance position in currently queued buffer */ /* advance position in currently queued buffer */
static __inline__ bool static __inline__ uint32
mixer_SourceAdvance (mixer_Source *src, bool left) mixer_SourceAdvance (mixer_Source *src, bool left)
{ {
mixer_Buffer *curr = src->nextqueued; mixer_Buffer *curr = src->nextqueued;