Added missing comma. This fixes compilation if we need to enable
RATE_ASSERT debug macro. Approved by: netchild (mentor)
This commit is contained in:
parent
dd29d22ebf
commit
5fb94046f0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user