From 87971c8707cf84e0f386b5fe5329c8aff155e629 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 27 Sep 2008 16:31:56 +0200 Subject: fix compilation errors in priority queue code --- src/pulsecore/prioq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulsecore/prioq.h') diff --git a/src/pulsecore/prioq.h b/src/pulsecore/prioq.h index 85a6627c..fd3550b7 100644 --- a/src/pulsecore/prioq.h +++ b/src/pulsecore/prioq.h @@ -53,7 +53,7 @@ void* pa_prioq_pop(pa_prioq*q); void* pa_prioq_remove(pa_prioq*q, pa_prioq_item *i); /* The priority of an item was modified. Adjustthe queue to that */ -void pa_prioq_reshuffle(pa_prioq *q, pa_prioq_item *i) +void pa_prioq_reshuffle(pa_prioq *q, pa_prioq_item *i); /* Return the current number of items in the prioq */ unsigned pa_prioq_size(pa_prioq*s); -- cgit