Pithikos/C-Thread-Pool

merge conflict in comment at thpool.c:459

edsnowden opened this issue · 1 comments

Looks like there's some kind of accidental merge conflict in a comment:

<<<<<<< HEAD

/* Get first job from queue(removes it from queue)
<<<<<<< HEAD
 *
 * Notice: Caller MUST hold a mutex
=======
>>>>>>> da2c0fe45e43ce0937f272c8cd2704bdc0afb490
 */

Seems to not be an issue anymore