From 97c987240866817a96bf644288fc5f8aaeaf0f5a Mon Sep 17 00:00:00 2001 From: deischen Date: Tue, 28 Dec 1999 18:13:04 +0000 Subject: -Wall and minor style(9) cleanups. --- lib/libpthread/thread/thr_priority_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/thread/thr_priority_queue.c') diff --git a/lib/libpthread/thread/thr_priority_queue.c b/lib/libpthread/thread/thr_priority_queue.c index 5bd8a8c..6fdf844 100644 --- a/lib/libpthread/thread/thr_priority_queue.c +++ b/lib/libpthread/thread/thr_priority_queue.c @@ -87,7 +87,7 @@ static int _pq_active = 0; int _pq_alloc(pq_queue_t *pq, int minprio, int maxprio) { - int i, ret = 0; + int ret = 0; int prioslots = maxprio - minprio + 1; if (pq == NULL) -- cgit v1.1