From 5fb94046f0ddba290107584be3bd03aff1fc578b Mon Sep 17 00:00:00 2001 From: ariff Date: Tue, 18 Oct 2005 21:18:47 +0000 Subject: Added missing comma. This fixes compilation if we need to enable RATE_ASSERT debug macro. Approved by: netchild (mentor) --- sys/dev/sound/pcm/feeder_rate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/sound/pcm/feeder_rate.c') 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; -- cgit v1.1