From cc82553d7e5ce3602806127fef8090f89d573238 Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Wed, 27 May 2009 16:57:06 +0300 Subject: idxset: Fix _get_by_data() comment. --- src/pulsecore/idxset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore') diff --git a/src/pulsecore/idxset.h b/src/pulsecore/idxset.h index d1e68c5c..2d01fb47 100644 --- a/src/pulsecore/idxset.h +++ b/src/pulsecore/idxset.h @@ -65,7 +65,7 @@ int pa_idxset_put(pa_idxset*s, void *p, uint32_t *idx); /* Get the entry by its idx */ void* pa_idxset_get_by_index(pa_idxset*s, uint32_t idx); -/* Get the entry by its data. The idx is returned in *index */ +/* Get the entry by its data. The index is returned in *idx */ void* pa_idxset_get_by_data(pa_idxset*s, const void *p, uint32_t *idx); /* Similar to pa_idxset_get_by_index(), but removes the entry from the idxset. */ -- cgit From 25435bf373cd928dbf269e86810eb23b0ac0d7ee Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Wed, 6 Jan 2010 10:41:55 +0200 Subject: sink-input: Replace a tab indentation with spaces. --- src/pulsecore/sink-input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore') diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c index a4902909..c75d4176 100644 --- a/src/pulsecore/sink-input.c +++ b/src/pulsecore/sink-input.c @@ -1769,7 +1769,7 @@ static void sink_input_rewind_ramp_info(pa_sink_input *i, size_t nbytes) { if (!i->thread_info.ramp_info.envelope_dead) { int32_t envelope_length; - pa_assert(i->thread_info.ramp_info.envelope); + pa_assert(i->thread_info.ramp_info.envelope); envelope_length = pa_envelope_length(i->thread_info.ramp_info.envelope); -- cgit