Added missing comma. This fixes compilation if we need to enable

RATE_ASSERT debug macro.

Approved by:	netchild (mentor)
This commit is contained in:
ariff 2005-10-18 21:18:47 +00:00
parent dd29d22ebf
commit 5fb94046f0

View File

@ -749,7 +749,7 @@ feed_rate(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b,
info->bpos += fetch;
slot -= fetch;
RATE_ASSERT(slot >= 0,
("%s: Negative Slot: %d\n", __func__
("%s: Negative Slot: %d\n", __func__,
slot));
if (slot == 0)
break;