summaryrefslogtreecommitdiff
path: root/base/bobbin.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/bobbin.c')
-rw-r--r--base/bobbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/bobbin.c b/base/bobbin.c
index 63720f3e1..0d84fa54d 100644
--- a/base/bobbin.c
+++ b/base/bobbin.c
@@ -298,7 +298,7 @@ static int Bobbin_thread(void *thread)
int i;
for (i = 0; i < bobbins.num_threads; i++)
- if (BOBBIN_THREAD_EQUAL(bobbins.thread[i].thread, thread) &&
+ if (BOBBIN_THREAD_EQUAL(bobbins.thread[i].thread, thread) &&
(bobbins.thread[i].flags & BOBBIN_THREAD_FINISHED) == 0)
break;
if (i == bobbins.num_threads)