diff options
author | Richard Hughes <richard@hughsie.com> | 2017-06-01 09:45:04 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2017-06-01 09:59:46 +0100 |
commit | 85b19c63089ea1d719e352b6b1e78b5b090d80f3 (patch) | |
tree | 49301897fef13c1d293f3f9e21bed801a34f08b5 /libappstream-builder/asb-task.h | |
parent | 42bbad651fe0709d61f5bcae2bfddafa181bb290 (diff) | |
download | appstream-glib-85b19c63089ea1d719e352b6b1e78b5b090d80f3.tar.gz |
trivial: Fix a variable with a misleading name
Diffstat (limited to 'libappstream-builder/asb-task.h')
-rw-r--r-- | libappstream-builder/asb-task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-builder/asb-task.h b/libappstream-builder/asb-task.h index 93f961a..8e7e418 100644 --- a/libappstream-builder/asb-task.h +++ b/libappstream-builder/asb-task.h @@ -48,7 +48,7 @@ struct _AsbTaskClass AsbTask *asb_task_new (AsbContext *ctx); gboolean asb_task_process (AsbTask *task, - GError **error_not_used); + GError **error); void asb_task_set_package (AsbTask *task, AsbPackage *pkg); |