summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r--gtk/src/hb-backend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index 3eef1fede..17ab63d28 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -4094,8 +4094,8 @@ ghb_validate_audio(GhbValue *settings, GtkWindow *parent)
int
ghb_add_job(hb_handle_t *h, GhbValue *job_dict)
{
- char *json_job;
- int sequence_id;
+ char * json_job;
+ int sequence_id;
json_job = hb_value_get_json(job_dict);
sequence_id = hb_add_json(h, json_job);