summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/feeder_rate.c
diff options
context:
space:
mode:
authorariff <ariff@FreeBSD.org>2005-10-18 21:18:47 +0000
committerariff <ariff@FreeBSD.org>2005-10-18 21:18:47 +0000
commit5fb94046f0ddba290107584be3bd03aff1fc578b (patch)
treed4fb5760993cbbad616cd9c1392ec8415af30d17 /sys/dev/sound/pcm/feeder_rate.c
parentdd29d22ebfc0b23bc97281c772498f9c61fc4ffb (diff)
downloadFreeBSD-src-5fb94046f0ddba290107584be3bd03aff1fc578b.zip
FreeBSD-src-5fb94046f0ddba290107584be3bd03aff1fc578b.tar.gz
Added missing comma. This fixes compilation if we need to enable
RATE_ASSERT debug macro. Approved by: netchild (mentor)
Diffstat (limited to 'sys/dev/sound/pcm/feeder_rate.c')
-rw-r--r--sys/dev/sound/pcm/feeder_rate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c
index 34069ea..99f4a4d 100644
--- a/sys/dev/sound/pcm/feeder_rate.c
+++ b/sys/dev/sound/pcm/feeder_rate.c
@@ -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;
OpenPOWER on IntegriCloud