Remove semicolon left in the last commit

Spotted by:	csjp
This commit is contained in:
Andrew Thompson 2009-02-13 18:51:39 +00:00
parent 5f4638f185
commit a1797ef6c8

View File

@ -402,7 +402,7 @@ taskqueue_thread_loop(void *arg)
while ((tq->tq_flags & TQ_FLAGS_ACTIVE) != 0) {
taskqueue_run(tq);
TQ_SLEEP(tq, tq, &tq->tq_mutex, 0, "-", 0);
};
}
/* rendezvous with thread that asked us to terminate */
tq->tq_tcount--;