aboutsummaryrefslogtreecommitdiffstats
path: root/src/jobs-fake.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jobs-fake.c')
-rw-r--r--src/jobs-fake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jobs-fake.c b/src/jobs-fake.c
index d3444e32..d3cd19e1 100644
--- a/src/jobs-fake.c
+++ b/src/jobs-fake.c
@@ -71,7 +71,7 @@ static int add_job(const void *group, int timeout, void (*callback)(int signum,
else
first = j;
last = j;
- pthread_mutex_unlock(&mutex);
+ pthread_mutex_unlock(&mutex);
return 0;
}
@@ -83,7 +83,7 @@ static void *thrrun(void *arg)
j = first;
if (j)
first = j->next;
- pthread_mutex_unlock(&mutex);
+ pthread_mutex_unlock(&mutex);
if (j) {
j->callback(0, j->closure);
free(j);