summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 73356595e..760683d76 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -51,7 +51,7 @@ struct hb_handle_s
int job_count;
int job_count_permanent;
volatile int work_die;
- int work_error;
+ hb_error_code work_error;
hb_thread_t * work_thread;
hb_lock_t * state_lock;